media/demo
olly 7fbffc873c Expose control over decoder selection.
This allows implementation and injection of custom MediaCodecSelector
instances. By injecting a custom selector, it's possible for applications
to exert more control over which decoder(s) they instantiate. For example,
applications can force use of a software decoder.

GitHub Issue #938
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=110369810
2015-12-16 20:41:51 +00:00
..
assets Remove file that shouldn't be checked in 2015-11-27 18:10:47 +00:00
src/main Expose control over decoder selection. 2015-12-16 20:41:51 +00:00
build.gradle Move to target API level 23 2015-10-26 15:02:32 +00:00
README.md Add directories for extensions + additional demos 2015-01-26 16:18:41 +00:00

Demo application

This folder contains a demo application that uses ExoPlayer to play a number of test streams. It can be used as a starting point or reference project when developing other applications that make use of the ExoPlayer library.