NERtcLiveStreamLayout class
直播布局
Constructors
-
NERtcLiveStreamLayout({int? width, int? height, NERtcLiveStreamImageInfo? backgroundImg, List<
NERtcLiveStreamUserTranscoding> ? userTranscodingList, Color? backgroundColor})
Properties
- backgroundColor ↔ Color?
-
视频推流背景色 RGB
getter/setter pair
- backgroundImg ↔ NERtcLiveStreamImageInfo?
-
视频推流背景图
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ int?
-
视频推流高度
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userTranscodingList
↔ List<
NERtcLiveStreamUserTranscoding> ? -
成员布局数组
getter/setter pair
- width ↔ int?
-
视频推流宽度
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited