NERtc Unity SDK V.5.4.128
载入中...
搜索中...
未找到
nertc.RtcLiveStreamTaskOption结构体 参考

Public 属性

string taskId
 
string streamUrl
 
bool serverRecordEnabled
 
RtcLiveStreamLayoutMode layoutMode
 
ulong mainPictureAccountId
 
string layoutParameters
 

详细描述

直播推流任务的配置项。

类成员变量说明

◆ taskId

string nertc.RtcLiveStreamTaskOption.taskId

推流任务 ID,为推流任务的唯一标识,用于过程中增删任务操作。

◆ streamUrl

string nertc.RtcLiveStreamTaskOption.streamUrl

直播推流地址。

◆ serverRecordEnabled

bool nertc.RtcLiveStreamTaskOption.serverRecordEnabled

服务器录制功能是否开启,默认值为 false。

◆ layoutMode

RtcLiveStreamLayoutMode nertc.RtcLiveStreamTaskOption.layoutMode

连麦方式,默认值为 kNERtcLayoutFloatingRightVertical。

◆ mainPictureAccountId

ulong nertc.RtcLiveStreamTaskOption.mainPictureAccountId

指定大画面 uid(选填)。

◆ layoutParameters

string nertc.RtcLiveStreamTaskOption.layoutParameters

自定义布局参数(选填),JSON 字符串格式, 只有当 layoutMode 为 kNERtcLayoutCustom 或 kNERtcLayoutAudioOnly 时才需要设置。


该结构体的文档由以下文件生成: