public static interface

MediaPlayer.OnBufferingUpdateListener

android.media.MediaPlayer.OnBufferingUpdateListener

Class Overview

Interface definition of a callback to be invoked indicating buffering status of a media resource being streamed over the network.

Summary

Public Methods
abstract void onBufferingUpdate(MediaPlayer mp, int percent)
Called to update status in buffering a media stream.

Public Methods

public abstract void onBufferingUpdate (MediaPlayer mp, int percent)

Called to update status in buffering a media stream.

Parameters
mp the MediaPlayer the update pertains to
percent the percentage (0-100) of the buffer that has been filled thus far