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