Tao.OpenAl SDK Documentation |
|
Al.alGetFloatv Method (Int32, Single)
Retrieves a floating point OpenAL state.
[Visual Basic]
Overloads Public Shared Sub alGetFloatv( _
ByVal
state As
Integer, _
ByRef
output As
Single _
)
[C#]
public static
void alGetFloatv(
int state,
out
float output);
Parameters
-
state
-
The state to be queried:
-
output
- A pointer to the location where the state will be stored.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetFloatv Overload List