MonoMac.AudioToolbox.OutputAudioQueue: Method Members

The methods of MonoMac.AudioToolbox.OutputAudioQueue are listed below. For a list of all members, see the OutputAudioQueue Members list.

See Also: Inherited members from MonoMac.AudioToolbox.AudioQueue

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.