Package org.lwjgl.openal
Class SOFTOutputLimiter
- java.lang.Object
-
- org.lwjgl.openal.SOFTOutputLimiter
-
public final class SOFTOutputLimiter extends java.lang.Object
Native 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 Description static int
ALC_OUTPUT_LIMITER_SOFT
Accepted as part of theattrList
parameter ofCreateContext
andResetDeviceSOFT
, and as theparamName
parameter ofGetIntegerv
.
-
-
-
Field Detail
-
ALC_OUTPUT_LIMITER_SOFT
public static final int ALC_OUTPUT_LIMITER_SOFT
Accepted as part of theattrList
parameter ofCreateContext
andResetDeviceSOFT
, and as theparamName
parameter ofGetIntegerv
.- See Also:
- Constant Field Values
-
-