Back to Exoplayer

C.DataType (ExoPlayer library)

docs/doc/reference/com/google/android/exoplayer2/C.DataType.html

latest1.4 KB
Original Source

Package com.google.android.exoplayer2

Annotation Type C.DataType


[@Documented](https://developer.android.com/reference/java/lang/annotation/Documented.html "class or interface in java.lang.annotation")[@Retention](https://developer.android.com/reference/java/lang/annotation/Retention.html "class or interface in java.lang.annotation")([SOURCE](https://developer.android.com/reference/java/lang/annotation/RetentionPolicy.html?is-external=true#SOURCE "class or interface in java.lang.annotation"))[@Target](https://developer.android.com/reference/java/lang/annotation/Target.html "class or interface in java.lang.annotation")([TYPE\_USE](https://developer.android.com/reference/java/lang/annotation/ElementType.html?is-external=true#TYPE_USE "class or interface in java.lang.annotation"))
public static @interfaceC.DataType

Represents a type of data. May be one of C.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, or C.DATA_TYPE_MEDIA_PROGRESSIVE_LIVE. May also be an app-defined value (see C.DATA_TYPE_CUSTOM_BASE).