android.media.MediaPlayer.OnBufferingUpdateListener |
Interface definition of a callback to be invoked indicating buffering status of a media resource being streamed over the network.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to update status in buffering a media stream.
|
Called to update status in buffering a media stream.
mp | the MediaPlayer the update pertains to |
---|---|
percent | the percentage (0-100) of the buffer that has been filled thus far |