im.zego.zegoexpress.entity.ZegoMixerInput

Mixer input.

Declared in entity/ZegoMixerInput.java

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 String streamID ()

Stream ID, a string of up to 256 characters.

contentType

public ZegoMixerInputContentType contentType ()

Mix stream content type.

layout

public Rect layout ()

Stream layout.

soundLevelID

public int soundLevelID ()

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

Public-Func Docs

ZegoMixerInput

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

ZegoMixerInput

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