AL.SourceUnqueueBuffer(Int32) 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.
This function unqueues a set of buffers attached to a source. The number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed, which is the maximum number of buffers that can be unqueued using this call. The unqueue operation will only take place if all n buffers can be removed from the queue.
public static int SourceUnqueueBuffer(int sid);
static member SourceUnqueueBuffer : int -> int
Parameters
- sid
- Int32
The name of the source to unqueue buffers from.