MixedStreamConfig class
转推直播配置参数。(新)
Properties
- audioConfig → MixedStreamAudioConfig
-
音频合流配置参数。
final
- expectedMixingType → StreamMixingType
-
合流类型。仅支持服务端合流。
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- layout → MixedStreamLayoutConfig
-
视频流合流整体布局信息。
开启转推直播功能后,你可以设置参与合流的每路视频流的预设布局信息和合流背景信息等。final - pushURL → String
-
推流 CDN 地址。仅支持 RTMP 协议,Url 必须满足正则
/^rtmps?:\/\//
。final - roomId → String
-
推流房间 ID。
roomId
和uid
长度相加不得超过 126 字节。final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverControlConfig → MixedStreamServerControlConfig
-
服务端合流控制参数
final
- spatialConfig → MixedStreamSpatialConfig
-
转推 CDN 空间音频配置。
final
- uid → String
-
推流用户 ID。
roomId
和uid
长度相加不得超过 126 字节。final - videoConfig → MixedStreamVideoConfig
-
视频合流配置参数。
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited