Class ZegoAutoMixStreamWatermark
- java.lang.Object
-
- com.zego.zegoavkit2.automixstream.ZegoAutoMixStreamWatermark
-
public final class ZegoAutoMixStreamWatermark extends java.lang.Object
自动混流水印信息Copyright © 2017-2018 Zego. All rights reserved.
-
-
Field Summary
Fields Modifier and Type Field Description int
bottom
混流画布右下角坐标的第二个值,右下角坐标为 (right, bottom)java.lang.String
image
水印图片,只支持png、jpg格式
此值由 ZEGO 提供,开发者先将图片提供给 ZEGO,ZEGO 设置后再反馈水印图片的设置参数。int
layer
层次int
left
混流画布左上角坐标的第一个值,左上角坐标为 (left, top)int
right
混流画布右下角坐标的第一个值,右下角坐标为 (right, bottom)int
top
混流画布左上角坐标的第二个值,左上角坐标为 (left, top)
-
Constructor Summary
Constructors Constructor Description ZegoAutoMixStreamWatermark()
-
-
-
Field Detail
-
image
public java.lang.String image
水印图片,只支持png、jpg格式
此值由 ZEGO 提供,开发者先将图片提供给 ZEGO,ZEGO 设置后再反馈水印图片的设置参数。
-
layer
public int layer
层次
-
top
public int top
混流画布左上角坐标的第二个值,左上角坐标为 (left, top)
-
bottom
public int bottom
混流画布右下角坐标的第二个值,右下角坐标为 (right, bottom)
-
left
public int left
混流画布左上角坐标的第一个值,左上角坐标为 (left, top)
-
right
public int right
混流画布右下角坐标的第一个值,右下角坐标为 (right, bottom)
-
-