Class ZegoTrafficControlInfo


  • public class ZegoTrafficControlInfo
    extends java.lang.Object
    Externally encoded data traffic control information.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int bitrate
      Video bitrate in kbps to be adjusted
      int fps
      Video FPS to be adjusted
      int height
      Video resolution height to be adjusted
      int width
      Video resolution width to be adjusted
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • width

        public int width
        Video resolution width to be adjusted
      • height

        public int height
        Video resolution height to be adjusted
      • fps

        public int fps
        Video FPS to be adjusted
      • bitrate

        public int bitrate
        Video bitrate in kbps to be adjusted
    • Constructor Detail

      • ZegoTrafficControlInfo

        public ZegoTrafficControlInfo()