android.media
public
static
interface
android.media.MediaPlayer.OnBufferingUpdateListener
| android.media.MediaPlayer.OnBufferingUpdateListener |
|
Interface definition of a callback to be invoked indicating buffering
status of a media resource being streamed over the network.
Summary
Details
Public Methods
public
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 value (from 0-100) of the buffer
that has been filled thus far.
|