public static interface IQHVCPlayer.OnBufferingEventListener
播放器根据缓冲策略,缓冲一定量的数据才会开始播放。
Modifier and Type | Method and Description |
---|---|
void |
onBufferingProgress(int handle,
int progress)
缓冲进度
|
void |
onBufferingStart(int handle)
播放器开始缓冲
|
void |
onBufferingStop(int handle)
播放器结束缓冲
|