AudioQueue.FreeBuffer(IntPtr) Method

Definition

Releases an AudioQueue buffer.

public void FreeBuffer (IntPtr audioQueueBuffer);
member this.FreeBuffer : nativeint -> unit

Parameters

audioQueueBuffer
IntPtr

nativeint

AudioQueue buffer previously allocated with AllocateBuffer.

Applies to