Tao.OpenAl SDK Documentation

Al.alSourceStopv Method (Int32, IntPtr)

Stops a set of sources.

[Visual Basic]
Overloads Public Shared Sub alSourceStopv( _
   ByVal number As Integer, _
   ByVal sources As IntPtr _
)
[C#]
public static void alSourceStopv(
   int number,
   IntPtr sources
);

Parameters

number
The number of sources to stop.
sources
A pointer to an array of sources to be stopped.

Remarks

The stopped sources will have their state changed to AL_STOPPED.

See Also

Al Class | Tao.OpenAl Namespace | Al.alSourceStopv Overload List