Delegate WasapiNotifyProcedure
User defined notification callback function.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Wasapi.dll
Syntax
public delegate void WasapiNotifyProcedure(WasapiNotificationType Notify, int Device, IntPtr User);
Parameters
WasapiNotificationType
Notify
The notification |
Int32
Device
The device that the notification applies to. |
IntPtr
User
The user instance data given when SetNotify(WasapiNotifyProcedure, IntPtr) was called. |