media/library
tonihei 486f401736 Pass in initial sample timestamp to FakeSampleStream.
This allows to simulate samples in a stream more accurately
particularly when streams are prepared at a non-zero position and
issuing a sample with position=0 is not expected.

Also makes seek more realistic by also issuing one sample again.

PiperOrigin-RevId: 293344081
2020-02-11 17:08:15 +00:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
common Remove deprecated Format.createSampleFormat 2020-02-03 14:44:56 +00:00
core Pass in initial sample timestamp to FakeSampleStream. 2020-02-11 17:08:15 +00:00
dash Add missing @deprecated tag 2020-02-11 17:06:55 +00:00
extractor Make FakeExtractorOutput dump additional seek points 2020-02-11 17:08:00 +00:00
hls Add some nullness annotations to SampleQueue 2020-02-11 17:07:18 +00:00
smoothstreaming Make resolveSeekPositionUs an instance method 2020-01-24 11:10:56 +00:00
ui add next, previous, fastForward and rewind to ControlDispatcher 2020-02-11 17:07:52 +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.