media/demo
olly 4f718363b5 Remove BandwidthMeter from SimpleExoPlayer
The BandwidthMeter should only be used by MediaSource
instances and the objects they reference, so there's
really no reason for the player to need to know about it.

This change sacrifices DebugTextViewHelper showing the
estimated bandwidth, but I think that's a price worth
paying.
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=127316755
2016-07-15 18:14:14 +01:00
..
assets Remove file that shouldn't be checked in 2015-11-27 18:10:47 +00:00
src/main Remove BandwidthMeter from SimpleExoPlayer 2016-07-15 18:14:14 +01:00
build.gradle Finalize v2 directory + package name 2016-07-08 12:12:09 +01: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.