Tao.OpenAl SDK Documentation

Al.alGetListeneri Method (Int32, Int32[])

Retrieves an integer property of the listener.

[Visual Basic]
Overloads Public Shared Sub alGetListeneri( _
   ByVal attribute As Integer, _
   ByVal output As Integer() _
)
[C#]
public static void alGetListeneri(
   int attribute,
   int[] output
);

Parameters

attribute
The name of the attribute to be queried.
output
A pointer to the integer value being retrieved.

Remarks

There are no integer listener attributes at this time.

See Also

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