Tao.OpenAl SDK Documentation |
|
Al.alSourceQueueBuffers Method (Int32, Int32, Int32*)
Queues a set of buffers on a source.
[Visual Basic]
Overloads Public Shared Sub alSourceQueueBuffers( _
ByVal
source As
Integer, _
ByVal
number As
Integer, _
ByVal
buffers As
Int32* _
)
[C#]
public static
void alSourceQueueBuffers(
int source,
int number,
Int32* buffers);
Parameters
-
source
- The name of the source to queue buffers onto.
-
number
- The number of buffers to be queued.
-
buffers
- A pointer to an array of buffer names to be queued.
See Also
Al Class | Tao.OpenAl Namespace | Al.alSourceQueueBuffers Overload List