ProcessedVideoRenderer constructor
const
ProcessedVideoRenderer({
- Key? key,
- VirtualBackground? background,
- MediaStream? existingStream,
- bool processingEnabled = true,
- int targetFps = 15,
- double? width,
- double? height,
- VoidCallback? onReady,
- void onError(
- String error
- void onFrameProcessed(
- Duration processingTime
- void onStreamSourceReady(
- VirtualStreamSource source
Implementation
const ProcessedVideoRenderer({
super.key,
this.background,
this.existingStream,
this.processingEnabled = true,
this.targetFps = 15,
this.width,
this.height,
this.onReady,
this.onError,
this.onFrameProcessed,
this.onStreamSourceReady,
});