Tao.OpenAl SDK Documentation

Al.alGetBoolean Method 

Returns a boolean OpenAL state.

[Visual Basic]
Public Shared Function alGetBoolean( _
   ByVal state As Integer _
) As Integer
[C#]
public static int alGetBoolean(
   int state
);

Parameters

state
The state to be queried.

Return Value

The boolean value (AL_TRUE or AL_FALSE) described by state will be returned.

Remarks

There aren?’t any boolean states defined at the time of this writing, so this funcion will always generate the error AL_INVALID_ENUM.

See Also

Al Class | Tao.OpenAl Namespace