Exemplo n.º 1
0
 static bool SetNotify(int Device, WasapiNotifyProcedure proc)
 {
     BassWasapi.CurrentDevice = Device;
     return(BassWasapi.SetNotify(proc));
 }
Exemplo n.º 2
0
 public extern static bool SetNotify(WasapiNotifyProcedure proc, IntPtr User = default(IntPtr));
Exemplo n.º 3
0
            public WasapiNotifier(int Device)
            {
                proc = new WasapiNotifyProcedure(OnNotify);

                WasapiDevice.SetNotify(Device, proc);
            }
Exemplo n.º 4
0
 public static extern bool SetNotify(WasapiNotifyProcedure Procedure, IntPtr User = default(IntPtr));