Tao.OpenAl SDK Documentation

Al.alSourceRewindv Method (Int32, IntPtr)

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

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

Parameters

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

See Also

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