io.vov.vitamio
Interface MediaPlayer.OnBufferingUpdateListener

Enclosing class:
MediaPlayer

public static interface MediaPlayer.OnBufferingUpdateListener


Method Summary
 void onBufferingUpdate(MediaPlayer mp, int percent)
          Called to update status in buffering a media stream.
 

Method Detail

onBufferingUpdate

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