MixedStreamLayoutConfig class

The overall video layout of the mixed stream.(New)

After starting to push streams to CDN, you can set the layout of each video stream, the background information of the mixed stream, etc.

Properties

backgroundColor String
Background-color of the mixed stream in hexadecimal values such as #FFFFFF and #000000. The default value is #000000 (black).
final
hashCode int
The hash code for this object.
no setterinherited
regions List<MixedStreamLayoutRegionConfig>
List of user's video layout information. The specific layout of each stream is detailed in MixedStreamLayoutRegionConfig.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userConfigExtraInfo String
Info passed through from the user.
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