Class ZegoMixStreamWatermark


  • public final class ZegoMixStreamWatermark
    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 left
      混流画布左上角坐标的第一个值,左上角坐标为 (left, top)
      int right
      混流画布右下角坐标的第一个值,右下角坐标为 (right, bottom)
      int top
      混流画布左上角坐标的第二个值,左上角坐标为 (left, top)
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • image

        public java.lang.String image

        水印图片,只支持png、jpg格式
        此值由 ZEGO 提供,开发者先将图片提供给 ZEGO,ZEGO 设置后再反馈水印图片的设置参数。

      • top

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

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

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

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

      • ZegoMixStreamWatermark

        public ZegoMixStreamWatermark()