Class ZegoConstants.ZegoVideoBackendType

  • Enclosing class:
    ZegoConstants

    public static final class ZegoConstants.ZegoVideoBackendType
    extends java.lang.Object
    视频后端类型
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int OPENGL2
      OpenGL2.0。iOS, Android 对应为 OpenGLES2.0
      static int OPENGL3
      OpenGL3.0。iOS, Android 对应为 OpenGLES3.0
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OPENGL2

        public static final int OPENGL2
        OpenGL2.0。iOS, Android 对应为 OpenGLES2.0
        See Also:
        Constant Field Values
      • OPENGL3

        public static final int OPENGL3
        OpenGL3.0。iOS, Android 对应为 OpenGLES3.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • ZegoVideoBackendType

        public ZegoVideoBackendType()