ZegoMixerInput constructor
ZegoMixerInput(- String streamID,
- ZegoMixerInputContentType contentType,
- Rect layout,
- int soundLevelID,
- int volume,
- bool isAudioFocus,
- int audioDirection,
- {ZegoLabelInfo? label,
- ZegoMixRenderMode? renderMode,
- ZegoMixerImageInfo? imageInfo,
- int? cornerRadius,
- Map<String, String>? advancedConfig}
)
Implementation
ZegoMixerInput(this.streamID, this.contentType, this.layout,
this.soundLevelID, this.volume, this.isAudioFocus, this.audioDirection,
{this.label,
this.renderMode,
this.imageInfo,
this.cornerRadius,
this.advancedConfig});