Package com.zego.zegoavkit2.mixstream
Class ZegoMixStreamWhiteboard
- java.lang.Object
-
- com.zego.zegoavkit2.mixstream.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:9boolean
isPPTAnimation
白板是否会加载动态 PPT 文件,默认值为 falseint
left
混流画布左上角坐标的第一个值,左上角坐标为 (left, top)int
right
混流画布右下角坐标的第一个值,右下角坐标为 (right, bottom)int
top
混流画布左上角坐标的第二个值,左上角坐标为 (left, top)int
verticalRatio
白板原始宽高比(高),默认宽高比为 16:9long
whiteboardID
白板 IDint
zOrder
白板视图层级
-
Constructor Summary
Constructors Constructor Description ZegoMixStreamWhiteboard()
-
-
-
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
白板背景颜色
-
-