Package org.lwjgl.openal
Class EXTStereoAngles
- java.lang.Object
-
- org.lwjgl.openal.EXTStereoAngles
-
public final class EXTStereoAngles extends java.lang.Object
Native bindings to theAL_EXT_STEREO_ANGLES
extension.This extension allows any stereo source to be "steered" by setting the angles at which the left and right channels should play.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AL_STEREO_ANGLES
Can be used withSourcefv
and two angles.
-
-
-
Field Detail
-
AL_STEREO_ANGLES
public static final int AL_STEREO_ANGLES
Can be used withSourcefv
and two angles. The angles are specified anticlockwise relative to the real front, so a normal 60degree front stage is specified withalSourcefv(sid,AL_STEREO_ANGLES,+M_PI/6,-M_PI/6)
.Angles are always specified in radians, anticlockwise relative to the real front (
SOURCE_RELATIVE
is not supported).- See Also:
- Constant Field Values
-
-