OpenTK.Audio.OpenAL.AL.SourceQueueBuffers Method
This function queues a set of buffers on a source. All buffers attached to a source will be played in sequence, and the number of processed buffers can be detected using AL.GetSource with parameter ALGetSourcei.BuffersProcessed. When first created, a source will be of type ALSourceType.Undetermined. A successful AL.SourceQueueBuffers call will change the source type to ALSourceType.Streaming.

Syntax

public static void SourceQueueBuffers (int sid, int numEntries, int[] bids)

Parameters

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

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