NERtc Unity SDK  V5.4.5
Public 属性 | 所有成员列表
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时才需要设置。


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