Tao.OpenAl SDK Documentation

Al.alSourcePlayv Method (Int32, IntPtr)

Plays a set of sources.

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

Parameters

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

Remarks

The playing sources will have their state changed to AL_PLAYING.

See Also

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