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.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- 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.
getter/setter pair
- videoConfig ↔ ZegoMixerOutputVideoConfig?
-
Mix stream output video config. On web platforms, this property does not take effect.
getter/setter pair
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