android.media
Interface MediaPlayer.OnBufferingUpdateListener
- Enclosing class:
- MediaPlayer
public static interface MediaPlayer.OnBufferingUpdateListener
Interface definition of a callback to be invoked indicating buffering
status of a media resource being streamed over the network.
onBufferingUpdate
void onBufferingUpdate(MediaPlayer mp,
int percent)
- Called to update status in buffering a media stream.
- Parameters:
mp - the MediaPlayer the update pertains topercent - the percentage (0-100) of the buffer
that has been filled thus far
Please submit a feedback, bug or feature