Upravit

Sdílet prostřednictvím


MidiPacketsEventArgs.PacketListRaw Property

Definition

Low-level pointer to the packet list, use Packets instead.

public IntPtr PacketListRaw { get; }
member this.PacketListRaw : nativeint

Property Value

IntPtr

nativeint

Remarks

This is provided in case you want to decode the value using a native library or some other existing MIDI parsing code. Otherwise you can consume the strongly typed Packets property.

Applies to