MonoMac.AudioToolbox.OutputAudioQueue Members

The members of MonoMac.AudioToolbox.OutputAudioQueue are listed below.

See Also: Inherited members from MonoMac.AudioToolbox.AudioQueue

Public Constructors

Creates an OutputAudioQueue.
Creates an OutputAudioQueue, specifying on which run loop events are delivered.
Creates an OutputAudioQueue, specifying on which run loop events are delivered.

Public Methods

DisableOfflineRender() : AudioQueueStatus
Disables the offline renderer.
RenderOffline(double, AudioQueueBuffer*, int) : AudioQueueStatus
Writes audio data to an audio buffer, instead of to a device.
SetOfflineRenderFormat(AudioStreamBasicDescription, AudioChannelLayout) : AudioQueueStatus
Enables offline rendering by setting the audio format and optionally the channel layout to use when rendering.

Protected Methods

OnOutputCompleted(IntPtr)
This method is invoked when a buffer has finished playing.

Public Events

OutputCompletedEvent raised when an audio buffer has completed playing.