AudioToolbox.AudioQueue.EnqueueBuffer Method
Adds a buffer to the buffer queue of an audio queue.

Syntax

public AudioQueueStatus EnqueueBuffer (IntPtr audioQueueBuffer, int bytes, AudioStreamPacketDescription[] desc)

Parameters

audioQueueBuffer
The audio queue buffer to add to the buffer queue.
bytes
The number of bytes from the queue buffer to add to the buffer queue. The audioQueueBuffer parameter will be updated with this value.
desc
An array of packet descriptors for the packets that will be added to the queue.

Returns

AudioQueueStatus.Ok on success, otherwise the error.

Remarks

Requirements

Namespace: AudioToolbox
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0