MonoTouch.AudioToolbox.AudioQueueProcessingTap Class
Holds the state for an AudioQueue processing tap.

See Also: AudioQueueProcessingTap Members

Syntax

public class AudioQueueProcessingTap : IDisposable

Remarks

Instances of this class are returned by the AudioQueue.CreateProcessingTap(AudioQueueProcessingTapDelegate, AudioQueueProcessingTapFlags, AudioQueueStatus) from AudioQueue and hold the state to the audio processing tap that was created as well as containing information like MaxFrames and the ProcessingFormat.

You can terminate the processing tap by calling the Dispose method or by releasing the AudioQueue that created it.

c# Example

Requirements

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