public interface AlivcLivePushInfoListener
限定符和类型 | 方法和说明 |
---|---|
void |
onAdjustBitRate(AlivcLivePusher pusher,
int curBr,
int targetBr)
调整码率
|
void |
onAdjustFps(AlivcLivePusher pusher,
int curFps,
int targetFps)
调整帧率
|
void |
onDropFrame(AlivcLivePusher pusher,
int countBef,
int countAft)
丢帧通知
|
void |
onFirstFramePreviewed(AlivcLivePusher pusher)
首帧渲染通知
|
void |
onPreviewStarted(AlivcLivePusher pusher)
预览开始事件
|
void |
onPreviewStoped(AlivcLivePusher pusher)
预览结束事件
|
void |
onPushPauesed(AlivcLivePusher pusher)
推流暂停通知
|
void |
onPushRestarted(AlivcLivePusher pusher)
推流重启通知
|
void |
onPushResumed(AlivcLivePusher pusher)
推流恢复通知
|
void |
onPushStarted(AlivcLivePusher pusher)
推流开始通知
|
void |
onPushStoped(AlivcLivePusher pusher)
推流停止通知
|
void onPreviewStarted(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onPreviewStoped(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onPushStarted(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onPushPauesed(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onPushResumed(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onPushStoped(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onPushRestarted(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onFirstFramePreviewed(AlivcLivePusher pusher)
pusher
- AlivcLivePusher实例void onDropFrame(AlivcLivePusher pusher, int countBef, int countAft)
pusher
- AlivcLivePusher实例void onAdjustBitRate(AlivcLivePusher pusher, int curBr, int targetBr)
pusher
- AlivcLivePusher实例void onAdjustFps(AlivcLivePusher pusher, int curFps, int targetFps)
pusher
- AlivcLivePusher实例