HVVideoRecordingConfig class

Configuration for video recording in the user's selfie flow.

Constructors

HVVideoRecordingConfig({required bool shouldRecordVideo, int? noOfFrames, double? bitRateM, int? fps})
Creates an instance of HVVideoRecordingConfig to configure video recording in the user's selfie flow.

Properties

bitRateM double?
The bitrate (in million) of the recorded video.
final
fps int?
The frames per second (FPS) at which the video should be recorded.
final
hashCode int
The hash code for this object.
no setterinherited
noOfFrames int?
The number of frames to be recorded.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldRecordVideo bool
Determines whether video recording should be enabled.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the HVVideoRecordingConfig object to a map.
toString() String
A string representation of this object.
inherited

Operators

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