AudioToolbox.AudioQueue.FillAudioData Method
Copies raw audio data contained at the location pointed to by source+sourceOffset at the specified offset into the AudioQueueBuffer.

Syntax

public static void FillAudioData (IntPtr audioQueueBuffer, int offset, IntPtr source, int sourceOffset, nint size)

Parameters

audioQueueBuffer
An audio buffer allocated with either the AudioToolBox.AudioQueue.AllocateBuffer method or the AudioToolBox.AudioQueue.AllocateBufferWithPacketDescriptors methods.
offset
Offset into the audio queue buffer to copy the data to.
source
Pointer to the data source to copy into the audio queue buffer.
sourceOffset
Offset inside the source.
size
Number of bytes to copy into the audio queue buffer.

Remarks

Documentation for this section has not yet been entered.

Requirements

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