TsExtractor.Mode
Stay organized with collections
Save and categorize content based on your preferences.
Artifact: androidx.media3:media3-extractor
@Documented
@Retention(value = RetentionPolicy.SOURCE)
@Target(value = TYPE_USE)
@IntDef(value = )
public annotation TsExtractor.Mode
Modes for the extractor. One of MODE_MULTI_PMT
, MODE_SINGLE_PMT
or MODE_HLS
.