MidiPacket Constructors

Definition

Overloads

MidiPacket(Int64, Byte[])
MidiPacket(Int64, UInt16, IntPtr)
MidiPacket(Int64, Byte[], Int32, Int32)

MidiPacket(Int64, Byte[])

public MidiPacket (long timestamp, byte[] bytes);
new CoreMidi.MidiPacket : int64 * byte[] -> CoreMidi.MidiPacket

Parameters

timestamp
Int64

Timestamp for the packet.

bytes
Byte[]

Applies to

MidiPacket(Int64, UInt16, IntPtr)

public MidiPacket (long timestamp, ushort length, IntPtr bytes);
new CoreMidi.MidiPacket : int64 * uint16 * nativeint -> CoreMidi.MidiPacket

Parameters

timestamp
Int64
length
UInt16
bytes
IntPtr

nativeint

Applies to

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

timestamp
Int64
bytes
Byte[]
start
Int32
len
Int32

Applies to