MidiPacket Constructors
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.
Overloads
MidiPacket(Int64, Byte[])
public MidiPacket (long timestamp, byte[] bytes);
new CoreMidi.MidiPacket : int64 * byte[] -> CoreMidi.MidiPacket
Parameters
timestamp
Int64
Timestamp for the packet.
MidiPacket(Int64, UInt16, IntPtr)
public MidiPacket (long timestamp, ushort length, IntPtr bytes);
new CoreMidi.MidiPacket : int64 * uint16 * nativeint -> CoreMidi.MidiPacket
Parameters
MidiPacket(Int64, Byte[], Int32, Int32)
public MidiPacket (long timestamp, byte[] bytes, int start, int len);
new CoreMidi.MidiPacket : int64 * byte[] * int * int -> CoreMidi.MidiPacket
Parameters