Tao.OpenAl SDK Documentation

Al.alSourceRewindv Method (Int32, Int32)

Stops a set of sources and sets all their states to AL_INITIAL.

[Visual Basic]
Overloads Public Shared Sub alSourceRewindv( _
   ByVal number As Integer, _
   ByRef source As Integer _
)
[C#]
public static void alSourceRewindv(
   int number,
   ref int source
);

Parameters

number
The number of sources to be rewound.
source
A pointer to an array of sources to be rewound.

See Also

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