Class ZegoBackgroundConfig


  • public class ZegoBackgroundConfig
    extends java.lang.Object
    背景的配置 用于在开启主体分割时,配置背景。
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int blurLevel
      背景虚化级别,参考ZegoContants.ZegoBackgroundBlurLevel
      int color
      背景颜色,格式为 0xRRGGBB,默认为黑色,即 0x000000
      java.lang.String imageURL
      背景图片路径
      int processType
      背景处理类型,参考ZegoContants.ZegoBackgroundProcessType
      java.lang.String videoURL
      背景视频路径
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • processType

        public int processType
        背景处理类型,参考ZegoContants.ZegoBackgroundProcessType
      • color

        public int color
        背景颜色,格式为 0xRRGGBB,默认为黑色,即 0x000000
      • imageURL

        public java.lang.String imageURL
        背景图片路径
      • videoURL

        public java.lang.String videoURL
        背景视频路径
      • blurLevel

        public int blurLevel
        背景虚化级别,参考ZegoContants.ZegoBackgroundBlurLevel
    • Constructor Detail

      • ZegoBackgroundConfig

        public ZegoBackgroundConfig()