ZegoMixerOutput class

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

Constructors

ZegoMixerOutput(String target, {ZegoMixerOutputVideoConfig? videoConfig})

Properties

hashCode → int
The hash code for this object.
read-onlyinherited
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
target ↔ String
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.
read / write
videoConfig ZegoMixerOutputVideoConfig?
Mix stream output video config. On web platforms, this property does not take effect.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited