MonoMac.AudioToolbox.OutputAudioQueue.OnOutputCompleted Method
This method is invoked when a buffer has finished playing.

Syntax

protected virtual void OnOutputCompleted (IntPtr audioQueueBuffer)

Parameters

audioQueueBuffer
The specified audio buffer that has completed playback.

Remarks

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.

Requirements

Namespace: MonoMac.AudioToolbox
Assembly: XamMac (in XamMac.dll)
Assembly Versions: 0.0.0.0