media/demos
aquilescanta 06f9481505 Support different drm schemes in playlists in the demo app
This CL changes PlayerActivity's VIEW_LIST action intent contract:
Each media item configuration is provided by indexing the entries.
For example, the URI of the first item is passed as "uri_0", the
second one is "uri_1", etc. Optionally, the extra parameters, like
the extensions, are passed as "extension_1", where the intent extras
with matching indices, refer to the same media sample.

The VIEW action's contract remains unchanged.

PiperOrigin-RevId: 260518118
2019-07-29 21:28:26 +01:00
..
cast Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
gvr Default viewport constraints to match primary display 2019-07-29 21:27:46 +01:00
ima Use MediaSourceFactory interface to simplify DownloadHelper 2019-05-15 20:13:59 +01:00
main Support different drm schemes in playlists in the demo app 2019-07-29 21:28:26 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer demos

This directory contains applications that demonstrate how to use ExoPlayer. Browse the individual demos and their READMEs to learn more.