AUMidiOutputEventBlock
AUMidiOutputEventBlock(Object, nint)
BeginInvoke(Int64, Byte, nint, IntPtr, AsyncCallback, Object)
BeginInvoke(Int64, Byte, nint, nint, AsyncCallback, Object)
EndInvoke(IAsyncResult)
Invoke(Int64, Byte, nint, IntPtr)
Invoke(Int64, Byte, nint, nint)
xamarinios
namespace AudioUnit
{
public delegate int AUMidiOutputEventBlock(long eventSampleTime, byte cable, nint length, IntPtr midiBytes);
{
public virtual IAsyncResult BeginInvoke(long eventSampleTime, byte cable, nint length, IntPtr midiBytes, AsyncCallback callback, object object);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API