ZEGO::EXPRESS::ZegoMixerInput

Mixer input.

Declared in ZegoExpressDefines.h

Includes

Public-Attrib Lists

  • streamID - Stream ID, a string of up to 256 characters.
  • contentType - Mix stream content type.
  • layout - Stream layout.
  • soundLevelID - If enable soundLevel in mix stream task, an unique soundLevelID is need for every stream.

Public-Func Lists

Public-Attrib Docs

streamID

public std::string streamID ()

Stream ID, a string of up to 256 characters.

contentType

public ZegoMixerInputContentType contentType ()

Mix stream content type.

layout

public ZegoRect layout ()

Stream layout.

soundLevelID

public unsigned int soundLevelID ()

If enable soundLevel in mix stream task, an unique soundLevelID is need for every stream.

Public-Func Docs

ZegoMixerInput

public ZegoMixerInput ()

ZegoMixerInput

public ZegoMixerInput (std::string streamID, ZegoMixerInputContentType contentType, ZegoRect layout, unsigned int soundLevelID)