Package com.google.android.exoplayer2
Annotation Type C.AudioContentType
-
@Documented @Retention(SOURCE) @Target({FIELD,METHOD,PARAMETER,LOCAL_VARIABLE,TYPE_USE}) public static @interface C.AudioContentType
Content types for audio attributes. One ofC.CONTENT_TYPE_MOVIE
,C.CONTENT_TYPE_MUSIC
,C.CONTENT_TYPE_SONIFICATION
,C.CONTENT_TYPE_SPEECH
orC.CONTENT_TYPE_UNKNOWN
.