VMediaEditorConfig class

Constructors

VMediaEditorConfig({int maxVideoSizeMb = 100, int imageQuality = 50, int startCompressAt = 1500 * 1000, String? destVideoThumbFile})
const

Properties

destVideoThumbFile String?
when the video thumbnail put the fill where it should place the output image!
final
hashCode int
The hash code for this object.
no setterinherited
imageQuality int
compress image Quality
final
maxVideoSizeMb int
in future this will works for video compress
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCompressAt int
send the image bytes where the compress should works default to 1500 * 1000 which 2.5MB if the image bigger than 2.5MB the compress will start!
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