Tao.OpenAl SDK Documentation |
|
Al.alSourcePlay Method
Plays a source.
[Visual Basic]
Public Shared Sub alSourcePlay( _
ByVal
source As
Integer _
)
[C#]
public static
void alSourcePlay(
int source);
Parameters
-
source
- The name of the source to be played.
Remarks
The playing source will have its state changed to AL_PLAYING.
See Also
Al Class | Tao.OpenAl Namespace