EbmlProcessor.ElementType
Artifact: androidx.media3:media3-extractor
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation EbmlProcessor.ElementType
EBML element types. One of ELEMENT_TYPE_UNKNOWN
, ELEMENT_TYPE_MASTER
, ELEMENT_TYPE_UNSIGNED_INT
, ELEMENT_TYPE_STRING
, ELEMENT_TYPE_BINARY
or ELEMENT_TYPE_FLOAT
.