Class ZegoMixStreamWhiteboard


  • public final class ZegoMixStreamWhiteboard
    extends java.lang.Object
    混流输入白板信息
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int backgroundColor
      白板背景颜色
      int bottom
      混流画布右下角坐标的第二个值,右下角坐标为 (right, bottom)
      int horizontalRatio
      白板原始宽高比(宽),默认宽高比为 16:9
      boolean isPPTAnimation
      白板是否会加载动态 PPT 文件,默认值为 false
      int left
      混流画布左上角坐标的第一个值,左上角坐标为 (left, top)
      int right
      混流画布右下角坐标的第一个值,右下角坐标为 (right, bottom)
      int top
      混流画布左上角坐标的第二个值,左上角坐标为 (left, top)
      int verticalRatio
      白板原始宽高比(高),默认宽高比为 16:9
      long whiteboardID
      白板 ID
      int zOrder
      白板视图层级
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • whiteboardID

        public long whiteboardID
        白板 ID
      • horizontalRatio

        public int horizontalRatio
        白板原始宽高比(宽),默认宽高比为 16:9
      • verticalRatio

        public int verticalRatio
        白板原始宽高比(高),默认宽高比为 16:9
      • isPPTAnimation

        public boolean isPPTAnimation
        白板是否会加载动态 PPT 文件,默认值为 false
      • top

        public int top
        混流画布左上角坐标的第二个值,左上角坐标为 (left, top)
      • bottom

        public int bottom
        混流画布右下角坐标的第二个值,右下角坐标为 (right, bottom)
      • left

        public int left
        混流画布左上角坐标的第一个值,左上角坐标为 (left, top)
      • right

        public int right
        混流画布右下角坐标的第一个值,右下角坐标为 (right, bottom)
      • zOrder

        public int zOrder
        白板视图层级
      • backgroundColor

        public int backgroundColor
        白板背景颜色
    • Constructor Detail

      • ZegoMixStreamWhiteboard

        public ZegoMixStreamWhiteboard()