Package org.lwjgl.openal
Class EXTDedicated
- java.lang.Object
-
- org.lwjgl.openal.EXTDedicated
-
public final class EXTDedicated extends java.lang.ObjectNative bindings to theALC_EXT_DEDICATEDextension.This extension provides two "routing" EFX effects that allow sounds to be sent to dedicated speaker channels. Audio rendered to the dedicated low frequency effect (
EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT) is routed to a subwoofer if one is present. Otherwise, it is discarded.Audio rendered to the dedicated dialogue effect (
EFFECT_DEDICATED_DIALOGUE) is routed to a front centre speaker if one is present. Otherwise, it is rendered to the front centre using the normal spatialisation logic.Both effects support a gain control parameter
DEDICATED_GAIN, which defaults to 1.
-
-
Field Summary
Fields Modifier and Type Field and Description static intAL_DEDICATED_GAIN
AL_EFFECT_DEDICATED_DIALOGUE
AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECTALC_EXT_DEDICATEDtokens.
-
-
-
Field Detail
-
AL_DEDICATED_GAIN
public static final int AL_DEDICATED_GAIN
ALC_EXT_DEDICATEDtokens.- See Also:
- Constant Field Values
-
AL_EFFECT_DEDICATED_DIALOGUE
public static final int AL_EFFECT_DEDICATED_DIALOGUE
ALC_EXT_DEDICATEDtokens.- See Also:
- Constant Field Values
-
AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT
public static final int AL_EFFECT_DEDICATED_LOW_FREQUENCY_EFFECT
ALC_EXT_DEDICATEDtokens.- See Also:
- Constant Field Values
-
-