logo
On this page

ZegoMixerOutputVideoConfig

ZegoMixerOutputVideoConfig

Mix stream output video config object.

Details

Configure the video parameters, coding format and bitrate of mix stream output.

  • Use cases: Manual mixed stream scenario, such as Co-hosting.

Declared in entity/ZegoMixerOutputVideoConfig.java

Properties

videoCodecID

videoCodecID
public ZegoVideoCodecID videoCodecID

Mix stream output video coding format, supporting H.264 and h.265 coding.

bitrate

bitrate
public int bitrate

Mix stream output video bitrate in kbps. The default value is the bitrate configured in [ZegoMixerVideoConfig].

encodeProfile

encodeProfile
public ZegoEncodeProfile encodeProfile

Mix stream video encode profile. Default value is [ZegoEncodeProfileDefault].

encodeLatency

encodeLatency
public int encodeLatency

The video encoding delay of mixed stream output, Valid value range [0, 2000], in milliseconds. The default value is 0.

enableLowBitrateHD

enableLowBitrateHD
public boolean enableLowBitrateHD

Enable high definition low bitrate. Default is false.

Methods

ZegoMixerOutputVideoConfig

ZegoMixerOutputVideoConfig
Declared in entity/ZegoMixerOutputVideoConfig.java

ZegoMixerOutputVideoConfig

ZegoMixerOutputVideoConfig
public ZegoMixerOutputVideoConfig(ZegoVideoCodecID codecID, int bitrate)
Declared in entity/ZegoMixerOutputVideoConfig.java

ZegoMixerOutputVideoConfig

ZegoMixerOutputVideoConfig
public ZegoMixerOutputVideoConfig(ZegoVideoCodecID codecID, int bitrate, ZegoEncodeProfile profile, int encodeLatency)
Declared in entity/ZegoMixerOutputVideoConfig.java

ZegoMixerOutputVideoConfig

ZegoMixerOutputVideoConfig
public ZegoMixerOutputVideoConfig(ZegoVideoCodecID codecID, int bitrate, ZegoEncodeProfile profile, int encodeLatency, boolean enableLowBitrateHD)
Declared in entity/ZegoMixerOutputVideoConfig.java

Previous

zegomixeroutputroominfo

Next

zegomixertask

On this page

Back to top