Mp3Extractor.Flags
Artifact: androidx.media3:media3-extractor
@Documented
@Retention(value = SOURCE)
@Target(value = TYPE_USE)
@IntDef(flag = true, value = )
annotation Mp3Extractor.Flags
Flags controlling the behavior of the extractor. Possible flag values are FLAG_ENABLE_CONSTANT_BITRATE_SEEKING
, FLAG_ENABLE_CONSTANT_BITRATE_SEEKING_ALWAYS
, FLAG_ENABLE_INDEX_SEEKING
and FLAG_DISABLE_ID3_METADATA
.