Пример #1
0
 private void RaiseNotification(BassWasapiHandlerSyncType syncType, int data)
 {
     if (this.Notification != null)
     {
         this.Notification(this, new BassWasapiHandlerEventArgs(syncType, data));
     }
 }
Пример #2
0
 public BassWasapiHandlerEventArgs(BassWasapiHandlerSyncType syncType, int data)
 {
     this._syncType = syncType;
 }