共用方式為


MidiPacket 建構函式

定義

多載

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

參數

timestamp
Int64

封包的時間戳記。

bytes
Byte[]

適用於

MidiPacket(Int64, UInt16, IntPtr)

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

參數

timestamp
Int64
length
UInt16
bytes
IntPtr

nativeint

適用於

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

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

參數

timestamp
Int64
bytes
Byte[]
start
Int32
len
Int32

適用於