RecorderConfig constructor
RecorderConfig({
- bool? shouldShowFaceOutline = false,
- bool? isLiveStreaming = false,
- bool? shouldAutoStartRecording = false,
- int? startDelay = defaultStartDelay,
- bool? blurMode = false,
- bool? shouldSendImmediately = true,
- bool? shouldDisableCameraSwitch = false,
- int? videoQuality = 0,
- int? facing = 0,
- int? maxDuration = 0,
- bool? shouldEnableCoverShot = true,
- bool? shouldConfirmStopRecording = true,
- bool? isPausedMode = true,
- StopRecordingConfirmationDialogConfig? stopRecordingConfirmationDialogConfig,
- RecorderEventsListener? eventsListener,
Implementation
RecorderConfig({
this.shouldShowFaceOutline = false,
this.isLiveStreaming = false,
this.shouldAutoStartRecording = false,
this.startDelay = defaultStartDelay,
this.blurMode = false,
this.shouldSendImmediately = true,
this.shouldDisableCameraSwitch = false,
this.videoQuality = 0,
this.facing = 0,
this.maxDuration = 0,
this.shouldEnableCoverShot = true,
this.shouldConfirmStopRecording = true,
this.isPausedMode = true,
StopRecordingConfirmationDialogConfig?
stopRecordingConfirmationDialogConfig,
RecorderEventsListener? eventsListener,
});