logo
On this page

ZegoMixerWhiteboard

ZegoMixerWhiteboard

Mixer whiteboard object.

Details

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

Declared in ZegoExpressDefines.h

Properties

whiteboardID

whiteboardID
unsigned long long whiteboardID

Whiteboard ID.

horizontalRatio

horizontalRatio
int horizontalRatio

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

verticalRatio

verticalRatio
int verticalRatio

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

isPPTAnimation

isPPTAnimation
BOOL isPPTAnimation

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

layout

layout
nonatomic, assign CGRect layout

Whiteboard layout.

zOrder

zOrder
int zOrder

Whiteboard z-order.

backgroundColor

backgroundColor
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

initWithWhiteboardID:layout

initWithWhiteboardID:layout
- (instancetype)initWithWhiteboardID:(unsigned long long)whiteboardID layout:(CGRect)layout;
Create a mixer whiteboard object
Declared in ZegoExpressDefines.h

ZegoMixerWhiteboard instance

Previous

zegomixervideoconfig

Next

zegonetworkprobeconfig

On this page

Back to top