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