MonoTouch.AudioToolbox.OutputAudioQueue Class
The output AudioQueue.

See Also: OutputAudioQueue Members

Syntax

public class OutputAudioQueue : AudioQueue

Remarks

Use this class to playback audio.

You will usually create an OutputAudioQueue instance and allocate a number of buffers that you will use to fill in with data. Once a buffer is filled, the buffer is enqueued and when the OutputAudioQueue has finished playing it back, the OutputCompleted event will be raised.

See the StreamingAudio sample program in monotouch-samples for an example program.

Related content

Requirements

Namespace: MonoTouch.AudioToolbox
Assembly: monotouch (in monotouch.dll)
Assembly Versions: 0.0.0.0