Tao.OpenAl SDK Documentation

Al.alSourcePlayv Method (Int32, Int32*)

Plays a set of sources.

[Visual Basic]
Overloads Public Shared Sub alSourcePlayv( _
   ByVal number As Integer, _
   ByVal sources As Int32* _
)
[C#]
public static void alSourcePlayv(
   int number,
   Int32* sources
);

Parameters

number
The number of sources to be played.
sources
A pointer to an array of sources to be played.

Remarks

The playing sources will have their state changed to AL_PLAYING.

See Also

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