NERtcLiveStreamTaskInfo class

房间推流任务参数

Constructors

NERtcLiveStreamTaskInfo({String taskId, String url, bool serverRecordEnabled: false, int liveMode: NERtcLiveStreamMode.liveStreamModeVideo, NERtcLiveStreamLayout layout})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
layout NERtcLiveStreamLayout
视频布局
read / write
liveMode int
直播推流模式 NERtcLiveStreamMode
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
serverRecordEnabled bool
服务器录制功能是否开启
read / write
taskId String
推流任务ID,为推流任务的唯一标识,用于过程中增删任务操作
read / write
url String
直播推流地址
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator. [...]
inherited