media/library
apodob cbd6527926 Set format.sampleMimeType to TEXT_EXOPLAYER_CUES in SubtitleExtractor.
Samples are serialized using our custom CueEncoder. Information in
which format samples are encoded is needed by Renderer to decide which
decoder to use. Extractor receives Format object in the constructor and
prepares new Format object with sampleMimeType moved to codecs field
and new sampleMimeType set to "custom serialized exoplayer Cue".

PiperOrigin-RevId: 391739866
2021-08-20 11:44:06 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Set format.sampleMimeType to TEXT_EXOPLAYER_CUES in SubtitleExtractor. 2021-08-20 11:44:06 +01:00
core Deprecate ExoPlayer DeviceComponent. 2021-08-19 10:48:03 +01:00
dash DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
extractor Set format.sampleMimeType to TEXT_EXOPLAYER_CUES in SubtitleExtractor. 2021-08-20 11:44:06 +01:00
hls DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
rtsp Revert unwanted changes. 2021-08-12 16:31:51 +01:00
smoothstreaming DRM refactor / cleanup 2021-08-19 10:42:56 +01:00
transformer Prototype video transcoding 2021-08-12 16:30:21 +01:00
ui Add some range annotations 2021-08-17 15:48:10 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.