MixedStreamLayoutConfig class

视频流合流整体布局信息。(新)
开启转推直播功能后,你可以设置参与合流的每路视频流的预设布局信息和合流背景信息等。

Properties

backgroundColor String
合流背景颜色,用十六进制颜色码(HEX)表示。例如,#FFFFFF 表示纯白,#000000 表示纯黑。默认值为 #000000。
final
backgroundImageUrl String
设置合流后整体画布的背景图片 URL,长度最大为 1024 bytes。
final
hashCode int
The hash code for this object.
no setterinherited
regions List<MixedStreamLayoutRegionConfig>
用户布局信息列表。每条流的具体布局参看 MixedStreamLayoutRegionConfig
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userConfigExtraInfo String
用户透传的额外数据。
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