media/library
tonihei 2f4a3fe1f3 Add postDelayed operation to Clock interface.
The default implementation is just calling through to handler.postDelayed,
while the fake clock uses its internal time value to trigger the handler
calls at the correct time.

This is useful to apply a fake clock in situations where a handler is used to
post delayed messages.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=167567914
2017-09-05 16:34:44 +01:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Add postDelayed operation to Clock interface. 2017-09-05 16:34:44 +01:00
dash DashManifestParser: Move schemeType up to DrmInitData 2017-09-04 10:23:33 +01:00
hls Allow more aggressive switching for HLS with independent segments 2017-08-31 16:33:43 +01:00
smoothstreaming DashManifestParser: Move schemeType up to DrmInitData 2017-09-04 10:23:33 +01:00
ui Minor cleanup to AspectRatioFrameLayout 2017-09-04 11:34:57 +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.