media/library
hoangtc 2237603a4d Add supports for reading duration for a TS stream.
Add supports for reading duration for a TS stream by reading PCR values of the PCR PID packets at the start and at the end of the stream, calculating the difference, and converting that into stream duration.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=203254626
2018-07-06 14:31:27 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Add supports for reading duration for a TS stream. 2018-07-06 14:31:27 +01:00
dash Add MediaChunkIterator for FakeAdaptiveDataSet. 2018-07-06 14:25:38 +01:00
hls Forward queue of media chunks to getNextChunk. 2018-07-03 11:57:26 +01:00
smoothstreaming Add MediaChunkIterator for SmoothStreaming stream elements. 2018-07-06 14:26:56 +01:00
ui prevent controls from hiding whilst the user is interacting with it 2018-07-03 11:53:43 +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.