Tao.OpenAl SDK Documentation |
|
Al.alGetListenerfv Method (Int32, Single)
Retrieves a floating point-vector property of the listener.
[Visual Basic]
Overloads Public Shared Sub alGetListenerfv( _
ByVal
attribute As
Integer, _
ByRef
output As
Single _
)
[C#]
public static
void alGetListenerfv(
int attribute,
out
float output);
Parameters
-
attribute
-
The name of the attribute to be queried:
-
output
- A pointer to the floating point-vector value being retrieved.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetListenerfv Overload List