Class 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.