Tao.OpenAl SDK Documentation

Al.alGetListener3i Method 

Retrieves a set of three integer values from a property of the listener.

[Visual Basic]
Public Shared Sub alGetListener3i( _
   ByVal attribute As Integer, _
   ByVal output1 As Int32*, _
   ByVal output2 As Int32*, _
   ByVal output3 As Int32* _
)
[C#]
public static void alGetListener3i(
   int attribute,
   Int32* output1,
   Int32* output2,
   Int32* output3
);

Parameters

attribute

The name of the attribute to be queried:

output1
Pointer to the integer being retrieved.
output2
Pointer to the integer being retrieved.
output3
Pointer to the intger being retrieved.

See Also

Al Class | Tao.OpenAl Namespace