Tao.OpenAl SDK Documentation |
|
Al.alSourceUnqueueBuffers Method (Int32, Int32, Int32)
Unqueues a set of buffers attached to a source.
[Visual Basic]
Overloads Public Shared Sub alSourceUnqueueBuffers( _
ByVal
source As
Integer, _
ByVal
number As
Integer, _
ByRef
buffer As
Integer _
)
[C#]
public static
void alSourceUnqueueBuffers(
int source,
int number,
ref
int buffer);
Parameters
-
source
- The name of the source to unqueue buffers from.
-
number
- The number of buffers to be unqueued.
-
buffer
- 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