Package im.zego.zegoexpress.entity
Class ZegoMixerOutput
- java.lang.Object
-
- im.zego.zegoexpress.entity.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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setVideoConfig(ZegoMixerOutputVideoConfig config)
Set the video configuration of the mix stream output
-
-
-
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.
-
-
Method Detail
-
setVideoConfig
public void setVideoConfig(ZegoMixerOutputVideoConfig config)
Set the video configuration of the mix stream output
-
-