ZegoMixerOutput class

混流输出对象,目前一个混流任务最多只支持 4 路不同分辨率的视频流。

配置混流输出的目标 URL 或流 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
混流输出目标,URL 或者流 ID,若为 URL 格式 目前只支持 RTMP URL 格式:rtmp://xxxxxxxx, 且不能传入两个相同的混流输出的地址。
read / write
videoConfig ZegoMixerOutputVideoConfig?
混流输出视频设置。在 web 平台,此属性不生效。
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