Package org.lwjgl.openal
Class SOFTOutputLimiter
- java.lang.Object
-
- org.lwjgl.openal.SOFTOutputLimiter
-
public final class SOFTOutputLimiter extends java.lang.ObjectNative bindings to the SOFT_output_limiter extension.This extension allows an application to control OpenAL Soft's output limiter. OpenAL Soft 1.18 adds an output limiter to prevent excessive clipping on the output, and this extension allows applications to turn it off or on.
-
-
Field Summary
Fields Modifier and Type Field and Description static intALC_OUTPUT_LIMITER_SOFTAccepted as part of theattrListparameter ofCreateContextandResetDeviceSOFT, and as theparamNameparameter ofGetIntegerv.
-
-
-
Field Detail
-
ALC_OUTPUT_LIMITER_SOFT
public static final int ALC_OUTPUT_LIMITER_SOFT
Accepted as part of theattrListparameter ofCreateContextandResetDeviceSOFT, and as theparamNameparameter ofGetIntegerv.- See Also:
- Constant Field Values
-
-