im.zego.zegoexpress.entity.ZegoMixerInput

混流输入

Declared in entity/ZegoMixerInput.java

Public Attrib Lists

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

Public Func Lists

Public Attrib Docs

streamID

public String streamID ()

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

contentType

public ZegoMixerInputContentType contentType ()

混流内容类型

layout

public Rect layout ()

流的布局

soundLevelID

public int soundLevelID ()

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

Public Func Docs

ZegoMixerInput

public ZegoMixerInput (String streamID, ZegoMixerInputContentType contentType, Rect layout)

ZegoMixerInput

public ZegoMixerInput (String streamID, ZegoMixerInputContentType contentType, Rect layout, int soundLevelID)