ZegoScreenCaptureConfig constructor
- bool captureVideo,
- bool captureAudio,
- {int? microphoneVolume,
- int? applicationVolume,
- ZegoAudioFrameParam? audioParam,
- Rect? cropRect,
- ZegoScreenCaptureOrientation? orientation,
- bool? muteExtensMicrophone,
- ZegoScreenCaptureAudioDeviceMode? audioDeviceMode}
Implementation
ZegoScreenCaptureConfig(this.captureVideo, this.captureAudio,
{this.microphoneVolume,
this.applicationVolume,
this.audioParam,
this.cropRect,
this.orientation,
this.muteExtensMicrophone,
this.audioDeviceMode});