Tao.OpenAl SDK Documentation |
|
Al.alSourceUnqueueBuffers Method (Int32, Int32, IntPtr)
Unqueues a set of buffers attached to a source.
[Visual Basic]
Overloads Public Shared Sub alSourceUnqueueBuffers( _
ByVal
source As
Integer, _
ByVal
number As
Integer, _
ByVal
buffers As
IntPtr _
)
[C#]
public static
void alSourceUnqueueBuffers(
int source,
int number,
IntPtr buffers);
Parameters
-
source
- The name of the source to unqueue buffers from.
-
number
- The number of buffers to be unqueued.
-
buffers
- A pointer to an array of buffer names that were removed.
Remarks
The unqueue operation will only take place if all number buffers can be removed from the queue.
See Also
Al Class | Tao.OpenAl Namespace | Al.alSourceUnqueueBuffers Overload List