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, _
   ByRef buffer As Integer _
)
[C#]
public static void alSourceQueueBuffers(
   int source,
   int number,
   ref int buffer
);

Parameters

source
The name of the source to queue buffers onto.
number
The number of buffers to be queued.
buffer
A pointer to an array of buffer names to be queued.

See Also

Al Class | Tao.OpenAl Namespace | Al.alSourceQueueBuffers Overload List