AudioQueue.FreeBuffer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.