Tao.OpenAl SDK Documentation

Al.alGetListeneriv Method (Int32, IntPtr)

Retrieves an integer property of the listener.

[Visual Basic]
Overloads Public Shared Sub alGetListeneriv( _
   ByVal attribute As Integer, _
   ByVal output As IntPtr _
)
[C#]
public static void alGetListeneriv(
   int attribute,
   IntPtr 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.alGetListeneriv Overload List