Tao.OpenAl SDK Documentation

Al.alIsEnabled Method 

Returns a value indicating if a specific feature is enabled in the OpenAL driver.

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

Parameters

capability
The capability to query.

Return Value

AL_TRUE if the capability is enabled, AL_FALSE if the capability is disabled.

Remarks

At the time of this writing, this function always returns AL_FALSE, and since there are no capabilities defined yet, the error AL_INVALID_ENUM will also be set.

See Also

Al Class | Tao.OpenAl Namespace