- audioQueueBuffer
- The specified audio buffer that has completed playback.
At this point you would typically feed another one of the data buffers into the AudioQueue system.
The implementation on OutputAudioQueue will raise the OutputCompleted event. If you derive from this class, you do not need to invoke this base method, unless you want it to raise the OutputCompleted event. The method is exposed as a protected method to allow developers to directly plug into the pipeline when no event dispatching is required.