Package org.lwjgl.openal
Class SOFTOutputLimiter
java.lang.Object
org.lwjgl.openal.SOFTOutputLimiter
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
FieldsModifier and TypeFieldDescriptionstatic final int
Accepted as part of theattrList
parameter ofCreateContext
andResetDeviceSOFT
, and as theparamName
parameter ofGetIntegerv
. -
Method Summary
-
Field Details
-
ALC_OUTPUT_LIMITER_SOFT
public static final int ALC_OUTPUT_LIMITER_SOFTAccepted as part of theattrList
parameter ofCreateContext
andResetDeviceSOFT
, and as theparamName
parameter ofGetIntegerv
.- See Also:
-