VideoPickerOptions class

Picker behaviour for SingleVideoPicker. Distinct from the visual style — these control what the platform picker does, not how the widget renders.

Constructors

VideoPickerOptions({Duration? maxDuration, VideoQualityPreset quality = VideoQualityPreset.medium})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
maxDuration Duration?
Cap on recording duration when SingleVideoPicker.videoSource is "camera". Null = no cap (platform default).
final
quality VideoQualityPreset
Camera quality preset. image_picker exposes this as an opaque enum (low/medium/high) — wrapped here so consumers don't need to import image_picker directly.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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