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, Rect 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
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- horizontalRatio ↔ int
-
Whiteboard aspect ratio(width), the default aspect ratio is 16:9.
getter/setter pair
- isPPTAnimation ↔ bool
-
Whether the whiteboard will load dynamic PPT files or not, default value is false.
getter/setter pair
- layout ↔ Rect
-
Whiteboard layout.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- verticalRatio ↔ int
-
Whiteboard aspect ratio(height), the default aspect ratio is 16:9.
getter/setter pair
- whiteboardID ↔ int
-
Whiteboard ID.
getter/setter pair
- zOrder ↔ int
-
Whiteboard z-order.
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