Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZegoMixerInput

Mixer input.

Configure the mix stream input stream ID, type, and the layout

Hierarchy

  • ZegoMixerInput

Index

Properties

contentType

Mix stream content type

isAudioFocus

isAudioFocus: boolean

Whether the focus voice is enabled in the current input stream, the sound of this stream will be highlighted if enabled

layout

layout: ZegoRect

Stream layout. When the mixed stream is an audio stream (that is, the ContentType parameter is set to the audio mixed stream type), the layout field is not processed inside the SDK, and there is no need to pay attention to this parameter.

soundLevelID

soundLevelID: number

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

streamID

streamID: string

Stream ID, a string of up to 256 characters. You cannot include URL keywords, otherwise publishing stream and playing stream will fails. Only support numbers, English characters and '~', '!', '@', '$', '%', '^', '&', '*', '(', ')', '_', '+', '=', '-', '`', ';', '’', ',', '.', '<', '>', '/', ''.

Generated using TypeDoc