ZdsFileCompressPostProcessor class

Compressors for mobile devices

Implemented types
Annotations

Constructors

ZdsFileCompressPostProcessor({Set<String> compressVideoTypes = const {'mp4', 'mov', '3gp', 'm4v', 'hevc', 'avi'}})
Default constructor
const

Properties

compressVideoTypes Set<String>
Video types to compress Default tested types are {'mp4', 'mov', '3gp', 'm4v', 'hevc', 'avi'} You can add more types to compress, but make sure to check if compression works fine for that type
final
hashCode int
The hash code for this object.
no setterinherited
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
process(ZdsFilePickerConfig config, ZdsFileWrapper file) Future<ZdsFileWrapper>
method that is to be implemented.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited