Package org.lwjgl.openal
Class SOFTLoopPoints
- java.lang.Object
-
- org.lwjgl.openal.SOFTLoopPoints
-
public final class SOFTLoopPoints extends java.lang.Object
Native bindings to the SOFT_loop_points extension.This extension allows an application to specify the offsets at which a buffer loops. Unextended OpenAL only allows for a source to loop a whole buffer, or all buffers of a queue, which is not desirable for sounds that may want a lead-in or lead-out along with the looping portion.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AL_LOOP_POINTS_SOFT
-
-
-
Field Detail
-
AL_LOOP_POINTS_SOFT
public static final int AL_LOOP_POINTS_SOFT
- See Also:
- Constant Field Values
-
-