ZEGO::EXPRESS::ZegoMixerInput

混流输入

Declared in ZegoExpressDefines.h

Includes

Public Attrib Lists

  • streamID - 流 ID,长度不超过256的字符串。不可以包含 URL 关键字,否则推拉流失败。仅支持数字,英文字符 和 '~', '!', '@', '#', '$', '', '^', '&', '*', '(', ')', '_', '+', '=', '-', ', ';', '’', ',', '.
  • contentType - 混流内容类型
  • layout - 流的布局
  • soundLevelID - 当混流任务开启了声浪回调时,需要为每条输入流指定唯一的 soundLevelID

Public Func Lists

Public Attrib Docs

streamID

public std::string streamID ()

流 ID,长度不超过256的字符串。不可以包含 URL 关键字,否则推拉流失败。仅支持数字,英文字符 和 '~', '!', '@', '#', '$', '', '^', '&', '*', '(', ')', '_', '+', '=', '-', ', ';', '’', ',', '.

contentType

public ZegoMixerInputContentType contentType ()

混流内容类型

layout

public ZegoRect layout ()

流的布局

soundLevelID

public unsigned int soundLevelID ()

当混流任务开启了声浪回调时,需要为每条输入流指定唯一的 soundLevelID

Public Func Docs

ZegoMixerInput

public ZegoMixerInput ()

ZegoMixerInput

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