Package org.lwjgl.openal
Class SOFTBlockAlignment
- java.lang.Object
-
- org.lwjgl.openal.SOFTBlockAlignment
-
public final class SOFTBlockAlignment extends java.lang.Object
Native bindings to the SOFT_block_alignment extension.This extension provides a mechanism for specifying block alignment properties for sample data. This is useful for, though not strictly limited to, ADPCM compression where the block alignment is specified in the media file header instead of the data stream, and controls the decoding process.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
AL_PACK_BLOCK_ALIGNMENT_SOFT
AL_UNPACK_BLOCK_ALIGNMENT_SOFT
-
-
-
Field Detail
-
AL_UNPACK_BLOCK_ALIGNMENT_SOFT
public static final int AL_UNPACK_BLOCK_ALIGNMENT_SOFT
- See Also:
- Constant Field Values
-
AL_PACK_BLOCK_ALIGNMENT_SOFT
public static final int AL_PACK_BLOCK_ALIGNMENT_SOFT
- See Also:
- Constant Field Values
-
-