![]() |
AlivcLivePusher
4.4.6
Aliyun Live Pusher API Reference Manual for iOS Platforms
|
Instance Methods | |
(void) | - onFirstFramePreviewed: |
渲染第一帧回调 More... | |
(void) | - onPreviewStarted: |
(void) | - onPreviewStoped: |
停止预览回调 More... | |
(void) | - onPushPaused: |
摄像头推流暂停回调 More... | |
(void) | - onPushRestart: |
重新推流回调 More... | |
(void) | - onPushResumed: |
摄像头推流恢复回调 More... | |
(void) | - onPushStarted: |
推流开始回调 More... | |
(void) | - onPushStatistics:statsInfo: |
直播推流器统计数据回调(每2秒回调一次) More... | |
(void) | - onPushStoped: |
推流停止回调 More... | |
(void) | - onSetLiveMixTranscodingConfig:status:message: |
设置云端的混流(转码)参数回调,对应于setLiveMixTranscodingConfig接口 More... | |
|
optional |
渲染第一帧回调
pusher | 推流AlivcLivePusher |
|
optional |
|
optional |
停止预览回调
pusher | 推流AlivcLivePusher |
|
optional |
摄像头推流暂停回调
pusher | 推流AlivcLivePusher |
|
optional |
重新推流回调
pusher | 推流AlivcLivePusher |
|
optional |
摄像头推流恢复回调
pusher | 推流AlivcLivePusher |
|
optional |
推流开始回调
pusher | 推流AlivcLivePusher |
|
optional |
直播推流器统计数据回调(每2秒回调一次)
pusher | 推流AlivcLivePusher |
statistics | 推流器统计数据 |
|
optional |
推流停止回调
pusher | 推流AlivcLivePusher |
|
optional |
设置云端的混流(转码)参数回调,对应于setLiveMixTranscodingConfig接口
isSuccess | YES表示成功,NO表示失败 |
msg | 具体错误原因 |