Tao.OpenAl SDK Documentation |
|
Al.alGetBooleanv Method (Int32, IntPtr)
Retrieves a boolean OpenAL state.
[Visual Basic]
Overloads Public Shared Sub alGetBooleanv( _
ByVal
state As
Integer, _
ByVal
output As
IntPtr _
)
[C#]
public static
void alGetBooleanv(
int state,
IntPtr 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