Example #1
0
 private void WaitForAllBuffers()
 {
     global::WaveLib.WaveNative.WaveInBuffer Buf = this.m_Buffers;
     while (Buf.NextBuffer != this.m_Buffers)
     {
         Buf.WaitFor();
         Buf = Buf.NextBuffer;
     }
 }