Package com.google.android.exoplayer2
Annotation Type C.DataType
-
@Documented @Retention(SOURCE) @Target(TYPE_USE) public static @interface C.DataType
Represents a type of data. May be one ofC.DATA_TYPE_UNKNOWN
,C.DATA_TYPE_MEDIA
,C.DATA_TYPE_MEDIA_INITIALIZATION
,C.DATA_TYPE_DRM
,C.DATA_TYPE_MANIFEST
,C.DATA_TYPE_TIME_SYNCHRONIZATION
,C.DATA_TYPE_AD
, orC.DATA_TYPE_MEDIA_PROGRESSIVE_LIVE
. May also be an app-defined value (seeC.DATA_TYPE_CUSTOM_BASE
).