NERtcLiveStreamLayout class Null safety

直播布局

Constructors

NERtcLiveStreamLayout({int? width, int? height, NERtcLiveStreamImageInfo? backgroundImg, List<NERtcLiveStreamUserTranscoding>? userTranscodingList, Color? backgroundColor})

Properties

backgroundColor Color?
视频推流背景色 RGB
read / write
backgroundImg NERtcLiveStreamImageInfo?
视频推流背景图
read / write
hashCode int
The hash code for this object.
read-only, inherited
height int?
视频推流高度
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
userTranscodingList List<NERtcLiveStreamUserTranscoding>?
成员布局数组
read / write
width int?
视频推流宽度
read / write

Methods

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

Operators

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