media/library/core
hoangtc 077f2c3036 Supports seeking for TS Streams.
This CL adds support for seeking witin TS streams by using binary search. For
any seek timestamp, it tries to find the location in the stream where PCR
timestamp is close to the target timestamp, and return this position as the
seek position.

Github: #966.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207529906
2018-08-06 14:35:12 +01:00
..
src Supports seeking for TS Streams. 2018-08-06 14:35:12 +01:00
build.gradle Use androidx test runner in gradle configuration 2018-07-06 14:29:14 +01:00
proguard-rules.txt Fix checker-framework build issues 2018-05-07 19:17:07 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.