BackgroundVideoDisplay constructor

const BackgroundVideoDisplay({
  1. Key? key,
  2. required MediaStream? videoStream,
  3. bool doMirror = true,
  4. RTCVideoViewObjectFit objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitCover,
  5. BackgroundProcessorService? processorService,
})

Implementation

const BackgroundVideoDisplay({
  super.key,
  required this.videoStream,
  this.doMirror = true,
  this.objectFit = RTCVideoViewObjectFit.RTCVideoViewObjectFitCover,
  this.processorService,
});