ZegoMixerWhiteboard
ZegoMixerWhiteboard
Mixer whiteboard object.
Details
Configure the mix whiteboard ID, aspect ratio and the layout.
Declared in entity/ZegoMixerWhiteboard.java
Properties
whiteboardID
public long whiteboardIDWhiteboard ID.
horizontalRatio
public int horizontalRatioWhiteboard aspect ratio(width), the default aspect ratio is 16:9.
verticalRatio
public int verticalRatioWhiteboard aspect ratio(height), the default aspect ratio is 16:9.
isPPTAnimation
public boolean isPPTAnimationWhether the whiteboard will load dynamic PPT files or not, default value is false.
layout
public Rect layoutWhiteboard layout.
zOrder
public int zOrderWhiteboard z-order.
backgroundColor
public int backgroundColorWhiteboard 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
