Tao.OpenAl SDK Documentation

Al.alSource3i Method 

Sets a source property requiring three integer values.

[Visual Basic]
Public Shared Sub alSource3i( _
   ByVal source As Integer, _
   ByVal attribute As Integer, _
   ByVal value1 As Integer, _
   ByVal value2 As Integer, _
   ByVal value3 As Integer _
)
[C#]
public static void alSource3i(
   int source,
   int attribute,
   int value1,
   int value2,
   int value3
);

Parameters

source
Source name whose attribute is being set.
attribute

The name of the attribute to set:

value1
The int values which the attribute will be set to.
value2
The int values which the attribute will be set to.
value3
The int values which the attribute will be set to.

Remarks

This function is an alternative to alSourceiv.

See Also

Al Class | Tao.OpenAl Namespace