Class ZegoConstants.VideoStreamLayer

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.VideoStreamLayer
    extends java.lang.Object
    拉流选择视频层.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VideoStreamLayer_Auto

        public static final int VideoStreamLayer_Auto
        根据网络状态选择图层
        See Also:
        Constant Field Values
      • VideoStreamLayer_BaseLayer

        public static final int VideoStreamLayer_BaseLayer
        指定拉基本层(小分辨率)
        See Also:
        Constant Field Values
      • VideoStreamLayer_ExtendLayer

        public static final int VideoStreamLayer_ExtendLayer
        指定拉扩展层(大分辨率)
        See Also:
        Constant Field Values
    • Constructor Detail

      • VideoStreamLayer

        public VideoStreamLayer()