Example #1
0
 public void Suspend()
 {
     if (this.disposed)
     {
         throw new ObjectDisposedException(this.GetType().FullName);
     }
     Alc.SuspendContext(this.context_handle);
     this.IsProcessing = false;
 }