ZegoMixerWhiteboard class

Mixer whiteboard object.

Configure the mix whiteboard ID, aspect ratio and the layout.

Constructors

ZegoMixerWhiteboard(int whiteboardID, int horizontalRatio, int verticalRatio, bool isPPTAnimation, dynamic layout, int zOrder, {int? backgroundColor})
ZegoMixerWhiteboard.defaultConfig()
Create a mixer whiteboard object

Properties

backgroundColor ↔ int?
Whiteboard background color. Defaule is 0xF1F3F400 (gray). The color value corresponding to RGBA is 0xRRGGBBAA, and setting the transparency of the background color is currently not supported. The AA in 0xRRGGBBAA is 00. For example, select RGB as #87CEFA as the background color, this parameter passes 0x87CEFA00.F
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
horizontalRatio ↔ int
Whiteboard aspect ratio(width), the default aspect ratio is 16:9.
read / write
isPPTAnimation ↔ bool
Whether the whiteboard will load dynamic PPT files or not, default value is false.
read / write
layout ↔ dynamic
Whiteboard layout.
read / write
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
verticalRatio ↔ int
Whiteboard aspect ratio(height), the default aspect ratio is 16:9.
read / write
whiteboardID ↔ int
Whiteboard ID.
read / write
zOrder ↔ int
Whiteboard z-order.
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