VideoCaptureCallbacks class

Inheritance

Constructors

VideoCaptureCallbacks({required VoidCallback onCameraLoaded, required void onRotationPrompt(Orientation currentOrientation), required void onFlashToggle(FlashMode flashMode), required VoidCallback onCapture, required VoidCallback onPreviewLoad, required VoidCallback onPreviewAccepted, required VoidCallback onPreviewRejected, required void videoProcessingTime(Duration duration), required void onVideoCompress(int originalFileSize, int newFileSize), required Future<bool> onRetakeClick()?, required Future<bool> onTimerExpired()?})

Properties

hashCode int
The hash code for this object.
no setterinherited
onCameraLoaded VoidCallback
finalinherited
onCapture VoidCallback
finalinherited
onFlashToggle → void Function(FlashMode flashMode)
finalinherited
onPreviewAccepted VoidCallback
finalinherited
onPreviewLoad VoidCallback
finalinherited
onPreviewRejected VoidCallback
finalinherited
onRetakeClick Future<bool> Function()?
finalinherited
onRotationPrompt → void Function(Orientation currentOrientation)
finalinherited
onTimerExpired Future<bool> Function()?
finalinherited
onVideoCompress → void Function(int originalFileSize, int newFileSize)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoProcessingTime → void Function(Duration duration)
final

Methods

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