Tao.OpenAl SDK Documentation

Al.alGetListenerf Method (Int32, Single*)

Retrieves a floating point property of the listener.

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

Parameters

attribute

The name of the attribute to be queried:

output
A pointer to the floating point value being retrieved.

See Also

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