Tao.OpenAl SDK Documentation

Al.alSourceStop Method 

Stops a source.

[Visual Basic]
Public Shared Sub alSourceStop( _
   ByVal source As Integer _
)
[C#]
public static void alSourceStop(
   int source
);

Parameters

source
The name of the source to be stopped.

Remarks

The stopped source will have its state changed to AL_STOPPED.

See Also

Al Class | Tao.OpenAl Namespace