Options
All
  • Public
  • Public/Protected
  • All
Menu

混流任务对象

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

Hierarchy

  • ZegoMixerTask

Index

Constructors

constructor

  • Parameters

    • taskID: string

    Returns ZegoMixerTask

Properties

audioConfig

混流任务的音频配置

enableSoundLevel

enableSoundLevel: boolean

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

inputList

inputList: ZegoMixerInput[]

混流任务的输入流列表

outputList

outputList: ZegoMixerOutput[]

混流任务的输出流列表

taskID

taskID: string

混流任务 ID

videoConfig

混流任务的视频配置

Generated using TypeDoc