MidiPacketsEventArgs.PacketListRaw Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.