Options
All
  • Public
  • Public/Protected
  • All
Menu

混流任务对象

本类为混流任务的配置类,当向 ZEGO RTC 服务器发起混流任务的请求时,需要这个混流任务的配置。 本类即描述这次混流任务的详细配置信息。

Hierarchy

  • ZegoMixerTask

Index

Constructors

constructor

  • Parameters

    • taskID: string

    Returns ZegoMixerTask

Properties

advancedConfig

advancedConfig: Map<string, string>

设置高级配置,如可用于指定视频编码等功能。如需使用,联系 ZEGO 技术支持。

audioConfig

混流音频配置

backgroundImageURL

backgroundImageURL: string

混流背景图 URL

enableSoundLevel

enableSoundLevel: boolean

是否开启混流的声浪回调通知,开启后拉混流时可通过 [onMixerSoundLevelUpdate] 回调收到每条单流的声浪信息

inputList

inputList: ZegoMixerInput[]

混流任务输入流列表

outputList

outputList: ZegoMixerOutput[]

混流任务输出流列表

taskID

taskID: string

混流任务 ID

videoConfig

混流视频配置

watermark

watermark: ZegoWatermark

混流水印

Generated using TypeDoc