Tao.OpenAl SDK Documentation |
|
Al.alGetBooleanv Method (Int32, Int32)
Retrieves a boolean OpenAL state.
[Visual Basic]
Overloads Public Shared Sub alGetBooleanv( _
ByVal
state As
Integer, _
ByRef
output As
Integer _
)
[C#]
public static
void alGetBooleanv(
int state,
out
int output);
Parameters
-
state
- The state to be queried.
-
output
- A pointer to the location where the state will be stored.
Remarks
There aren?’t any boolean states defined at the time of this writing, so this function will always generate the error AL_INVALID_ENUM.
See Also
Al Class | Tao.OpenAl Namespace | Al.alGetBooleanv Overload List