Tao.OpenAl SDK Documentation |
|
Al.alSourceStopv Method (Int32, Int32[])
Stops a set of sources.
[Visual Basic]
Overloads Public Shared Sub alSourceStopv( _
ByVal
number As
Integer, _
ByVal
sources As
Integer() _
)
[C#]
public static
void alSourceStopv(
int number,
int[] 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