AUMidiOutputEventBlock Delegate

Definition

public delegate int AUMidiOutputEventBlock(long eventSampleTime, byte cable, nint length, IntPtr midiBytes);
type AUMidiOutputEventBlock = delegate of int64 * byte * nint * nativeint -> int

Parameters

eventSampleTime
Int64
cable
Byte
length
System.System.IntPtr System.nativeint
midiBytes
IntPtr

nativeint

Return Value

Applies to