Package apple.audiotoolbox.enums
Class CAFFormatFlags
- java.lang.Object
-
- apple.audiotoolbox.enums.CAFFormatFlags
-
public final class CAFFormatFlags extends java.lang.Objectthese are the flags if the format ID is 'lpcm'declares some of the format constants that can be used as Data Formats in a CAF file
-
-
Field Summary
Fields Modifier and Type Field Description static intFloatstatic intLittleEndian
-
-
-
Field Detail
-
Float
public static final int Float
- See Also:
- Constant Field Values
-
LittleEndian
public static final int LittleEndian
- See Also:
- Constant Field Values
-
-