OpenTK.Audio.OpenAL.AL.SourceUnqueueBuffers Method
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.

Syntax

[System.CLSCompliant(false)]
[System.Security.SuppressUnmanagedCodeSecurity]
public static void SourceUnqueueBuffers (uint sid, int numEntries, uint* bids)

Parameters

sid
The name of the source to unqueue buffers from.
numEntries
The number of buffers to be unqueued.
bids
A pointer to an array of buffer names that were removed.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK-1.0 (in OpenTK-1.0.dll)
Assembly Versions: 0.0.0.0