Edit

Share via


AL.SourceUnqueueBuffer(Int32) Method

Definition

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.

Returns

Applies to