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