ZegoMixerInput constructor

ZegoMixerInput(
  1. String streamID,
  2. ZegoMixerInputContentType contentType,
  3. dynamic layout,
  4. int soundLevelID,
  5. int volume,
  6. bool isAudioFocus,
  7. int audioDirection,
  8. {ZegoLabelInfo? label,
  9. ZegoMixRenderMode? renderMode,
  10. ZegoMixerImageInfo? imageInfo,
  11. int? cornerRadius,
  12. 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});