Tao.OpenAl SDK Documentation

Al.alIsExtensionPresent Method 

Tests if a specific extension is available for the OpenAL driver.

[Visual Basic]
Public Shared Function alIsExtensionPresent( _
   ByVal extensionName As String _
) As Integer
[C#]
public static int alIsExtensionPresent(
   string extensionName
);

Parameters

extensionName
A string describing the desired extension.

Return Value

AL_TRUE if the extension is available, AL_FALSE if the extension is not available.

See Also

Al Class | Tao.OpenAl Namespace