logo
On this page

ZegoMixerWhiteboard

ZegoMixerWhiteboard

Mixer whiteboard object.

Details

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

Declared in entity/ZegoMixerWhiteboard.java

Properties

whiteboardID

whiteboardID
public long whiteboardID

Whiteboard ID.

horizontalRatio

horizontalRatio
public int horizontalRatio

Whiteboard aspect ratio(width), the default aspect ratio is 16:9.

verticalRatio

verticalRatio
public int verticalRatio

Whiteboard aspect ratio(height), the default aspect ratio is 16:9.

isPPTAnimation

isPPTAnimation
public boolean isPPTAnimation

Whether the whiteboard will load dynamic PPT files or not, default value is false.

layout

layout
public Rect layout

Whiteboard layout.

zOrder

zOrder
public int zOrder

Whiteboard z-order.

backgroundColor

backgroundColor
public int backgroundColor

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

Methods

ZegoMixerWhiteboard

ZegoMixerWhiteboard
Declared in entity/ZegoMixerWhiteboard.java

Previous

zegomixervideoconfig

Next

zegonetworkprobeconfig

On this page

Back to top