ZegoMixerWhiteboard class

混流输入白板对象

配置混流输入的白板 ID、宽高比、布局。

Constructors

ZegoMixerWhiteboard(int whiteboardID, int horizontalRatio, int verticalRatio, bool isPPTAnimation, dynamic layout, int zOrder, {int? backgroundColor})
ZegoMixerWhiteboard.defaultConfig()
构造一个混流输入白板对象

Properties

backgroundColor ↔ int?
白板的背景颜色。默认是 0xF1F3F400 (灰色)。 颜色值对应 RGBA 为 0xRRGGBBAA,目前不支持设置背景色的透明度,0xRRGGBBAA 中的 AA 为 00 即可。例如:选取 RGB 为 #87CEFA 作为背景色,此参数传 0x87CEFA00。
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
horizontalRatio ↔ int
白板原始宽高比(宽),默认宽高比为 16:9。
read / write
isPPTAnimation ↔ bool
白板是否会加载动态 PPT 文件,默认值为 false。
read / write
layout ↔ dynamic
白板的布局。
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
verticalRatio ↔ int
白板原始宽高比(高),默认宽高比为 16:9。
read / write
whiteboardID ↔ int
白板 ID。
read / write
zOrder ↔ int
白板视图层级。
read / write

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