Package org.lwjgl.openal
Class SOFTSourceSpatialize
- java.lang.Object
-
- org.lwjgl.openal.SOFTSourceSpatialize
-
public final class SOFTSourceSpatialize extends java.lang.Object
Native 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 int
AL_AUTO_SOFT
Accepted as thevalue
of theSOURCE_SPATIALIZE_SOFT
property.static int
AL_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 thevalue
of theSOURCE_SPATIALIZE_SOFT
property.- See Also:
- Constant Field Values
-
-