NERtcLiveStreamTaskInfo class
房间推流任务参数
Constructors
- NERtcLiveStreamTaskInfo({required String taskId, required String url, bool serverRecordEnabled = false, int liveMode = NERtcLiveStreamMode.liveStreamModeVideo, NERtcLiveStreamLayout? layout})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- layout ↔ NERtcLiveStreamLayout?
-
视频布局
getter/setter pair
- liveMode ↔ int
-
直播推流模式 NERtcLiveStreamMode
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverRecordEnabled ↔ bool
-
服务器录制功能是否开启
getter/setter pair
- taskId ↔ String
-
推流任务ID,为推流任务的唯一标识,用于过程中增删任务操作
getter/setter pair
- url ↔ String
-
直播推流地址
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited