Extractor.ReadResult
Artifact: androidx.media3:media3-extractor
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
annotation Extractor.ReadResult
Result values that can be returned by read
. One of RESULT_CONTINUE
, RESULT_SEEK
or RESULT_END_OF_INPUT
.