Example usage for android.media MediaPlayer subclass-usage

List of usage examples for android.media MediaPlayer subclass-usage

Introduction

In this page you can find the example usage for android.media MediaPlayer subclass-usage.

Usage

From source file org.devtcg.five.util.streaming.StreamMediaPlayer.java

/**
 * Extended MediaPlayer to introduce arbitrary input support.  Uses a
 * local HTTP server to provide the effect of streaming.
 * 
 * Keep in mind that the MediaPlayer imposes overhead with this hack as it
 * stores locally a read-ahead cache of the stream on internal storage.