ScreenCaptureParameters2 constructor

const ScreenCaptureParameters2({
  1. bool? captureAudio,
  2. ScreenAudioParameters? audioParams,
  3. bool? captureVideo,
  4. ScreenVideoParameters? videoParams,
})

Constructs the ScreenCaptureParameters2.

Implementation

const ScreenCaptureParameters2({
  this.captureAudio,
  this.audioParams,
  this.captureVideo,
  this.videoParams,
});