ZegoRoiRect Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

Coordinates used by the ROI function.

  x

The horizontal offset from the top-left corner

@property (nonatomic, assign) int x

Declared In

ZegoExpressDefines.h

  y

The vertical offset from the top-left corner

@property (nonatomic, assign) int y

Declared In

ZegoExpressDefines.h

  width

The width of the rectangle

@property (nonatomic, assign) int width

Declared In

ZegoExpressDefines.h

  height

The height of the rectangle

@property (nonatomic, assign) int height

Declared In

ZegoExpressDefines.h

  strength

ROI strength, currently supported value range is [0, 4], 0 is no effect, 4 is the strongest.

@property (nonatomic, assign) int strength

Declared In

ZegoExpressDefines.h