public static interface PLMediaPlayer.OnBufferingUpdateListener
Modifier and Type | Method and Description |
---|---|
void |
onBufferingUpdate(PLMediaPlayer mp,
int percent)
Called to update status in buffering a media stream received through
progressive HTTP download.
|
void onBufferingUpdate(PLMediaPlayer mp, int percent)
mp
- the PLMediaPlayer the update pertains topercent
- the percentage (0-100) of the content that has been buffered or played thus far