ZegoMixerWhiteboard Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

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

  whiteboardID

Whiteboard ID.

@property unsigned long long whiteboardID

Declared In

ZegoExpressDefines.h

  horizontalRatio

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

@property int horizontalRatio

Declared In

ZegoExpressDefines.h

  verticalRatio

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

@property int verticalRatio

Declared In

ZegoExpressDefines.h

  isPPTAnimation

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

@property BOOL isPPTAnimation

Declared In

ZegoExpressDefines.h

  layout

Whiteboard layout.

@property (nonatomic, assign) CGRect layout

Declared In

ZegoExpressDefines.h

  zOrder

Whiteboard z-order.

@property int zOrder

Declared In

ZegoExpressDefines.h

  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

@property int backgroundColor

Declared In

ZegoExpressDefines.h

– initWithWhiteboardID:layout:

ZegoMixerWhiteboard instance

- (instancetype)initWithWhiteboardID:(unsigned long long)whiteboardID layout:(CGRect)layout

Return Value

ZegoMixerWhiteboard instance

Declared In

ZegoExpressDefines.h