public @interface

C.DataType

implements java.lang.annotation.Annotation

 androidx.media3.common.C.DataType

Overview

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

Summary