Class ZegoAdaptiveVideoConfig


  • public class ZegoAdaptiveVideoConfig
    extends java.lang.Object
    自适应视频配置
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int minEncodeHeight
      动态调整允许的最小分辨率高,编码高不会低于此设定值,单位 px。默认为 240。
      int minEncodeWidth
      动态调整允许的最小分辨率宽,编码宽不会低于此设定值,单位 px。默认为 240。
      int minFPS
      动态调整允许的最小视频帧率,编码帧率不会低于此设定值,单位 fps。默认为 10。
      int preference
      自适应视频配置偏好,0 流畅优先,1 清晰优先,2 均衡模式。默认为 2。参考ZegoContants.ZegoVideoConfigPreference
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • preference

        public int preference
        自适应视频配置偏好,0 流畅优先,1 清晰优先,2 均衡模式。默认为 2。参考ZegoContants.ZegoVideoConfigPreference
      • minEncodeWidth

        public int minEncodeWidth
        动态调整允许的最小分辨率宽,编码宽不会低于此设定值,单位 px。默认为 240。
      • minEncodeHeight

        public int minEncodeHeight
        动态调整允许的最小分辨率高,编码高不会低于此设定值,单位 px。默认为 240。
      • minFPS

        public int minFPS
        动态调整允许的最小视频帧率,编码帧率不会低于此设定值,单位 fps。默认为 10。
    • Constructor Detail

      • ZegoAdaptiveVideoConfig

        public ZegoAdaptiveVideoConfig()