Tao.OpenAl SDK Documentation |
|
Al.alGetListeneriv Method (Int32, Int32*)
Retrieves an integer property of the listener.
[Visual Basic]
Overloads Public Shared Sub alGetListeneriv( _
ByVal
attribute As
Integer, _
ByVal
output As
Int32* _
)
[C#]
public static
void alGetListeneriv(
int attribute,
Int32* 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