Share via


AudioQueue.FreeBuffer Method

Definition

Overloads

Name Description
FreeBuffer(AudioQueueBuffer*)

Releases an AudioQueue buffer.

FreeBuffer(IntPtr)

Releases an AudioQueue buffer.

FreeBuffer(AudioQueueBuffer*)

Releases an AudioQueue buffer.

public AudioToolbox.AudioQueueStatus FreeBuffer(AudioToolbox.AudioQueueBuffer* audioQueueBuffer);
member this.FreeBuffer : nativeptr<AudioToolbox.AudioQueueBuffer> -> AudioToolbox.AudioQueueStatus

Parameters

audioQueueBuffer
AudioQueueBuffer*

AudioQueue buffer previously allocated with AllocateBuffer.

Returns

Applies to

FreeBuffer(IntPtr)

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