ZegoMixerWhiteboard class
混流输入白板对象
配置混流输入的白板 ID、宽高比、布局。
Constructors
- ZegoMixerWhiteboard(int whiteboardID, int horizontalRatio, int verticalRatio, bool isPPTAnimation, Rect layout, int zOrder, {int? backgroundColor})
- ZegoMixerWhiteboard.defaultConfig()
- 构造一个混流输入白板对象
Properties
- backgroundColor ↔ int?
-
白板的背景颜色。默认是 0xF1F3F400 (灰色)。 颜色值对应 RGBA 为 0xRRGGBBAA,目前不支持设置背景色的透明度,0xRRGGBBAA 中的 AA 为 00 即可。例如:选取 RGB 为 #87CEFA 作为背景色,此参数传 0x87CEFA00。
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalRatio ↔ int
-
白板原始宽高比(宽),默认宽高比为 16:9。
getter/setter pair
- isPPTAnimation ↔ bool
-
白板是否会加载动态 PPT 文件,默认值为 false。
getter/setter pair
- layout ↔ Rect
-
白板的布局。
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalRatio ↔ int
-
白板原始宽高比(高),默认宽高比为 16:9。
getter/setter pair
- whiteboardID ↔ int
-
白板 ID。
getter/setter pair
- zOrder ↔ int
-
白板视图层级。
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited