RecorderConfig class

Inheritance

Constructors

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})

Properties

blurMode bool?
getter/setter pair
eventsListener RecorderEventsListener?
getter/setter pair
extraArgs Map<String, dynamic>
getter/setter pairinherited
facing int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isLiveStreaming bool?
getter/setter pair
isPausedMode bool?
getter/setter pair
maxDuration int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldAutoStartRecording bool?
getter/setter pair
shouldConfirmStopRecording bool?
getter/setter pair
shouldDisableCameraSwitch bool?
getter/setter pair
shouldEnableCoverShot bool?
getter/setter pair
shouldSendImmediately bool?
getter/setter pair
shouldShowFaceOutline bool?
getter/setter pair
startDelay int?
getter/setter pair
stopRecordingConfirmationDialogConfig StopRecordingConfirmationDialogConfig?
getter/setter pair
style ↔ dynamic
getter/setter pairinherited
videoQuality int?
getter/setter pair

Methods

convertToMap() Map<String, dynamic>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited