AudioQueueBuffer.CopyToAudioData(IntPtr, Int32) Method

Definition

Copies the specified buffer AudioQueue's AudioData buffer.

public void CopyToAudioData (IntPtr source, int size);
member this.CopyToAudioData : nativeint * int -> unit

Parameters

source
IntPtr

nativeint

Pointer to the data to copy.

size
Int32

Number of bytes to copy.

Applies to