Searched refs:buffering (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaPlayer.java238 * This callback allows applications to keep track of the buffering status
3119 * Interface definition of a callback to be invoked indicating buffering
3125 * Called to update status in buffering a media stream received through
3126 * progressive HTTP download. The received buffering percentage
3128 * For example a buffering update of 80 percent when half the content
3634 public void onBuffering(boolean buffering) { argument
3636 if (DEBUG) Log.d(TAG, "onBuffering: " + buffering);
3637 mBuffering = buffering;

Completed in 39 milliseconds