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, _
ByRef
source As
Integer _
)
[C#]
public static
void alSourceStopv(
int number,
ref
int source);
Parameters
-
number
- The number of sources to stop.
-
source
- 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