VideoOptions class
Video recording options. Some of them are specific to each platform.
Constructors
- VideoOptions({required bool enableAudio, VideoRecordingQuality? quality, AndroidVideoOptions? android, CupertinoVideoOptions? ios})
Properties
- android ↔ AndroidVideoOptions?
-
getter/setter pair
- enableAudio ↔ bool
-
Enable audio while video recording
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- ios ↔ CupertinoVideoOptions?
-
getter/setter pair
- quality ↔ VideoRecordingQuality?
-
The quality of the video recording, defaults to VideoRecordingQuality.highest.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Object -
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
Static Methods
-
decode(
Object result) → VideoOptions