Package im.zego.zegoexpress.entity
Class ZegoRoiRect
- java.lang.Object
-
- im.zego.zegoexpress.entity.ZegoRoiRect
-
public class ZegoRoiRect extends java.lang.Object
Coordinates used by the ROI function.
-
-
Field Summary
Fields Modifier and Type Field Description int
height
The height of the rectangleint
strength
ROI strength, currently supported value range is [0, 4], 0 is no effect, 4 is the strongest.int
width
The width of the rectangleint
x
The horizontal offset from the top-left cornerint
y
The vertical offset from the top-left corner
-
Constructor Summary
Constructors Constructor Description ZegoRoiRect()
-
-
-
Field Detail
-
x
public int x
The horizontal offset from the top-left corner
-
y
public int y
The vertical offset from the top-left corner
-
width
public int width
The width of the rectangle
-
height
public int height
The height of the rectangle
-
strength
public int strength
ROI strength, currently supported value range is [0, 4], 0 is no effect, 4 is the strongest.
-
-