ZEGO::EXPRESS::ZegoMixerTask
Mix stream task object.
Declared in
ZegoExpressDefines.h
Includes
Public-Attrib Lists
Public-Func Lists
Public-Attrib Docs
taskID
public std::string taskID
()
The task ID of the task.
audioConfig
public ZegoMixerAudioConfig audioConfig
()
The audio config of the task.
videoConfig
public ZegoMixerVideoConfig videoConfig
()
The audio config of the task.
inputList
public ZegoMixerInputstd::vector< > inputList
()
The input list of the task.
outputList
public ZegoMixerOutputstd::vector< > outputList
()
The output list of the task.
watermark
public ZegoWatermark * watermark
()
The watermark of the task.
backgroundImageURL
public std::string backgroundImageURL
()
The background image URL of the task.
enableSoundLevel
public bool enableSoundLevel
()
Enable or disable sound level callback for the task.
Public-Func Docs
ZegoMixerTask
public ZegoMixerTask
(std::string
taskID)