mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00

ExoPlayer is unable to detect the presence of subtitle tracks in some MPEG-TS files that don't fully declare them. It's possible for a developer to provide the list instead, but doing so is quite awkward without this helper method. This is consistent for how `DefaultExtractorsFactory` allows other aspects of the delegate `Extractor` implementations to be customised. * Issue: google/ExoPlayer#10175 * Issue: google/ExoPlayer#10505 #minor-release PiperOrigin-RevId: 490214619
Extractor module
Provides media container extractors and related utilities. Application code will not normally need to depend on this module directly.