media/library
apodob 281fc84d15 Add CueDecoder and CueEncoder.
This CL introduces two classes:
* CueEncoder - encodes list of Cue object into byte array.
* CueDecoder - decodes byte array into list of Cue objects.

This two classes are necessary in order to push Cues through SampleQueue. This classes are meant to be used by subtitle Extractor.

PiperOrigin-RevId: 388932088
2021-08-06 15:58:45 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add CueDecoder and CueEncoder. 2021-08-06 15:58:45 +01:00
core Cleanup some deprecated constants 2021-08-05 12:33:28 +01:00
dash Fix parameter names on overridden methods 2021-07-29 21:09:30 +01:00
extractor Tweak use of TimestampAdjuster for seeking 2021-08-04 18:40:45 +01:00
hls Set HlsSampleStreamWrapper.trackType for audio-only playlists 2021-08-04 18:38:37 +01:00
rtsp Handle RTSP session id properly. 2021-08-05 12:31:06 +01:00
smoothstreaming Set StreamIndex Name as format.label in SS 2021-08-05 12:32:15 +01:00
transformer Miscalleneous small fixes in Transformer 2021-08-06 15:56:01 +01:00
ui Fix parameter names on overridden methods 2021-07-28 09:15:29 +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.