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)
播放器结束缓冲
|
void onBufferingStart(int handle)
handle
- (int)playerIdvoid onBufferingProgress(int handle, int progress)
handle
- (int)playerIdprogress
- 缓冲进度void onBufferingStop(int handle)
在播放状态下,缓冲结束,自动开始播放。
handle
- (int)playerId