Class ZegoCustomVideoRenderConfig


  • public class ZegoCustomVideoRenderConfig
    extends java.lang.Object
    Custom video render configuration. When you need to use the custom video render function, you need to set an instance of this class as a parameter to the [enableCustomVideoRender] function.
    • Field Detail

      • frameFormatSeries

        public ZegoVideoFrameFormatSeries frameFormatSeries
        Custom video rendering video frame data format. Useless when set bufferType as [EncodedData]
      • enableEngineRender

        public boolean enableEngineRender
        Whether the engine also renders while customizing video rendering. The default value is [false]. Useless when set bufferType as [EncodedData]
    • Constructor Detail

      • ZegoCustomVideoRenderConfig

        public ZegoCustomVideoRenderConfig()