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, _
ByRef
source As
Integer _
)
[C#]
public static
void alSourcePlayv(
int number,
ref
int source);
Parameters
-
number
- The number of sources to be played.
-
source
- 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