Mp4Extractor.Flags
Artifact: androidx.media3:media3-extractor
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(flag = true, value = )
public annotation Mp4Extractor.Flags
Flags controlling the behavior of the extractor. Possible flag values are FLAG_WORKAROUND_IGNORE_EDIT_LISTS
, FLAG_READ_MOTION_PHOTO_METADATA
and FLAG_READ_SEF_DATA
, FLAG_READ_WITHIN_GOP_SAMPLE_DEPENDENCIES
.