AudioQueue.FreeBuffer(IntPtr) 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.
Releases an AudioQueue buffer.
public void FreeBuffer (IntPtr audioQueueBuffer);
member this.FreeBuffer : nativeint -> unit
Parameters
- audioQueueBuffer
-
IntPtr
nativeint
AudioQueue buffer previously allocated with AllocateBuffer.