Tao.OpenAl SDK Documentation

Al.alSourceiv Method 

Sets a integer-vector property of a source.

[Visual Basic]
Public Shared Sub alSourceiv( _
   ByVal source As Integer, _
   ByVal attribute As Integer, _
   ByVal values As Int32* _
)
[C#]
public static void alSourceiv(
   int source,
   int attribute,
   Int32* values
);

Parameters

source
Source name whose attribute is being set.
attribute

The name of the attribute being set:

values
A pointer to the vector to set the attribute to.

See Also

Al Class | Tao.OpenAl Namespace