Tao.OpenAl SDK Documentation

Al.alDisable Method 

Disables a feature of the OpenAL driver.

[Visual Basic]
Public Shared Sub alDisable( _
   ByVal capability As Integer _
)
[C#]
public static void alDisable(
   int capability
);

Parameters

capability
The capability to disable.

Remarks

At the time of this writing, there are no features to be disabled using this function, so if it is called the error AL_INVALID_ENUM will be generated.

See Also

Al Class | Tao.OpenAl Namespace