Package org.lwjgl.openal
Class SOFTSourceSpatialize
- java.lang.Object
-
- org.lwjgl.openal.SOFTSourceSpatialize
-
public final class SOFTSourceSpatialize extends java.lang.ObjectNative bindings to the SOFT_source_spatialize extension.This extension provides more control over the spatialization behavior of sources. By default, OpenAL will spatialize sources playing a mono buffer and not spatialize sources playing a multi-channel buffer. Spatialization features include positional panning, distance attenuation, cone-related attenuation, and doppler effects. This extension allows such features to be enabled and disabled per-source independently of the buffer format.
-
-
Field Summary
Fields Modifier and Type Field Description static intAL_AUTO_SOFTAccepted as thevalueof theSOURCE_SPATIALIZE_SOFTproperty.static intAL_SOURCE_SPATIALIZE_SOFT
-
-
-
Field Detail
-
AL_SOURCE_SPATIALIZE_SOFT
public static final int AL_SOURCE_SPATIALIZE_SOFT
- See Also:
- Constant Field Values
-
AL_AUTO_SOFT
public static final int AL_AUTO_SOFT
Accepted as thevalueof theSOURCE_SPATIALIZE_SOFTproperty.- See Also:
- Constant Field Values
-
-