Package com.google.android.exoplayer2
Annotation Type C.PcmEncoding
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface C.PcmEncoding
Represents a PCM audio encoding, or an invalid or unset value. One ofFormat.NO_VALUE
,C.ENCODING_INVALID
,C.ENCODING_PCM_8BIT
,C.ENCODING_PCM_16BIT
,C.ENCODING_PCM_16BIT_BIG_ENDIAN
,C.ENCODING_PCM_24BIT
,C.ENCODING_PCM_32BIT
,C.ENCODING_PCM_FLOAT
.