Tao.OpenAl SDK Documentation

Al.alSourceRewind Method 

Stops the source and sets its state to AL_INITIAL.

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

Parameters

source
The name of the source to be rewound.

See Also

Al Class | Tao.OpenAl Namespace