Class 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 rectangle
      int strength
      ROI strength, currently supported value range is [0, 4], 0 is no effect, 4 is the strongest.
      int width
      The width of the rectangle
      int x
      The horizontal offset from the top-left corner
      int y
      The vertical offset from the top-left corner
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoRoiRect()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.
    • Constructor Detail

      • ZegoRoiRect

        public ZegoRoiRect()