Video class

Video Configurations.

Constructors

Video({required String videoName, bool? keepOriginalResolution = false, int? videoBitrateInMbps, int? videoHeight, int? videoWidth})

Properties

hashCode int
The hash code for this object.
no setterinherited
keepOriginalResolution bool?
To keep the original video height and width when compressing.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoBitrateInMbps int?
A custom bitrate for the video.
final
videoHeight int?
A custom height for the video.
final
videoName String
The name of the output video file. This value is required.
final
videoWidth int?
A custom width for the video.
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