Tao.OpenAl SDK Documentation

Al.alGetSource3i Method 

Retrieves an integer property of a source.

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

Parameters

source
Source name whose attribute is being retrieved.
attribute

The name of the attribute to retrieve:

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.

See Also

Al Class | Tao.OpenAl Namespace