media/library
olly 2d9177b7c2 SampleStream/SampleQueue: Introduce read flags
- SampleQueue.peek is replaced with SampleQueue.read with
  FLAG_PEEK. This also exposes peek functionality through
  SampleStream.
- Use of DecoderInputBuffer.isFlagsOnly is replaced with
  FLAG_OMIT_SAMPLE_DATA. This flag can be used with or
  without FLAG_PEEK, where-as previously the read position
  would never be advanced for an isFlagsOnly buffer.
- formatRequired is replaced with FLAG_FORMAT_REQUIRED.

PiperOrigin-RevId: 363460105
2021-03-24 18:03:28 +00:00
..
all Add Transformer "Getting started" page 2021-02-03 15:03:16 +00:00
common SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
core SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
dash SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
extractor HLS: Allow audio variants to initialize the timestamp adjuster 2021-03-15 19:14:52 +00:00
hls SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
smoothstreaming Add common prefix to loader thread names 2021-02-11 12:05:06 +00:00
transformer SampleStream/SampleQueue: Introduce read flags 2021-03-24 18:03:28 +00:00
ui Add available command to seek in current item 2021-03-15 19:15:19 +00: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.