Class ZegoMixerOutput


  • public class ZegoMixerOutput
    extends java.lang.Object
    Mixer output object, currently, a mixed-stream task only supports a maximum of four video streams with different resolutions. Configure mix stream output target URL or stream ID
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String target
      Mix stream output target, URL or stream ID, if set to be URL format, only RTMP URL surpported, for example rtmp://xxxxxxxx, addresses with two identical mixed-stream outputs cannot be passed in.
      ZegoMixerOutputVideoConfig videoConfig
      Mix stream output video config.
    • Constructor Summary

      Constructors 
      Constructor Description
      ZegoMixerOutput​(java.lang.String target)  
    • Field Detail

      • target

        public java.lang.String target
        Mix stream output target, URL or stream ID, if set to be URL format, only RTMP URL surpported, for example rtmp://xxxxxxxx, addresses with two identical mixed-stream outputs cannot be passed in.
      • videoConfig

        public ZegoMixerOutputVideoConfig videoConfig
        Mix stream output video config. On web platforms, this property does not take effect.
    • Constructor Detail

      • ZegoMixerOutput

        public ZegoMixerOutput​(java.lang.String target)
    • Method Detail

      • setVideoConfig

        public void setVideoConfig​(ZegoMixerOutputVideoConfig config)
        Set the video configuration of the mix stream output