cn.tee3.avd_SDK-Objectc  2.1.0
构造函数 | 所有成员列表
<AVDLiveDelegate>协议 参考

直播回调接口类 更多...

类 <AVDLiveDelegate> 继承关系图:

构造函数

(void) - onCreateUserLive:info:
 通知 更多...
 
(void) - onStopLive:id:
 停止特定直播的异步返回 更多...
 
(void) - onLiveInfo:info:
 获取特定直播详细信息的异步返回 更多...
 
(void) - onLiveInfos:total:begin:infos:
 获取服务器上直播列表的异步返回 更多...
 
(void) - onDeleteLive:id:
 删除特定直播的异步返回 更多...
 

详细描述

直播回调接口类

直播回调接口定义了直播管理操作的异步返回。

函数文档

◆ onCreateUserLive:info:()

- (void) onCreateUserLive: (AVDResult result
info: (AVDLiveInfo *)  info 

通知

创建特定用户直播的异步返回

参数
[in]result错误代码。
[in]info直播信息。
参见
createUserLive

◆ onDeleteLive:id:()

- (void) onDeleteLive: (AVDResult result
id: (AVDLiveId liveId 

删除特定直播的异步返回

参数
[in]result错误代码。
[in]liveId直播号。
参见
deleteLive

◆ onLiveInfo:info:()

- (void) onLiveInfo: (AVDResult result
info: (AVDLiveInfo *)  info 

获取特定直播详细信息的异步返回

参数
[in]result错误代码。
[in]info直播信息。
参见
getLiveInfo

◆ onLiveInfos:total:begin:infos:()

- (void) onLiveInfos: (AVDResult result
total: (NSInteger)  total
begin: (NSInteger)  begin
infos: (NSArray *)  items 

获取服务器上直播列表的异步返回

参数
[in]result错误代码。
[in]total总共直播数。
[in]begin当前起始序号。
[in]items直播信息集合。
参见
getWorkingLives

◆ onStopLive:id:()

- (void) onStopLive: (AVDResult result
id: (AVDLiveId liveId 

停止特定直播的异步返回

参数
[in]result错误代码。
[in]liveId直播号。
参见
stopLive

该协议的文档由以下文件生成: