Package apple.avfoundation.enums
Class AVAudioCommonFormat
- java.lang.Object
-
- apple.avfoundation.enums.AVAudioCommonFormat
-
public final class AVAudioCommonFormat extends java.lang.Object[@enum] AVAudioCommonFormat [@constant] AVAudioOtherFormat A format other than one of the common ones below. [@constant] AVAudioPCMFormatFloat32 Native-endian floats (this is the standard format). [@constant] AVAudioPCMFormatFloat64 Native-endian doubles. [@constant] AVAudioPCMFormatInt16 Signed 16-bit native-endian integers. [@constant] AVAudioPCMFormatInt32 Signed 32-bit native-endian integers.
-
-
Field Summary
Fields Modifier and Type Field Description static longOtherFormatstatic longPCMFormatFloat32static longPCMFormatFloat64static longPCMFormatInt16static longPCMFormatInt32
-
-
-
Field Detail
-
OtherFormat
public static final long OtherFormat
- See Also:
- Constant Field Values
-
PCMFormatFloat32
public static final long PCMFormatFloat32
- See Also:
- Constant Field Values
-
PCMFormatFloat64
public static final long PCMFormatFloat64
- See Also:
- Constant Field Values
-
PCMFormatInt16
public static final long PCMFormatInt16
- See Also:
- Constant Field Values
-
PCMFormatInt32
public static final long PCMFormatInt32
- See Also:
- Constant Field Values
-
-