Delegate AsioNotifyProcedure
User defined notification callback function (to be used with SetNotify(AsioNotifyProcedure, IntPtr)).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Asio.dll
Syntax
public delegate void AsioNotifyProcedure(AsioNotify Notify, IntPtr User);
Parameters
AsioNotify
Notify
The notification. |
IntPtr
User
The User instance data given when SetNotify(AsioNotifyProcedure, IntPtr) was called. |
Remarks
When using multiple devices, CurrentDevice can be used to determine which the notification applies to.