VideoExportFormat class
Specify the file format to use when exporting the video
some common formats such as avi
, gif
, mov
and mp4
has a default constructor.
If you need another file format you can specify it like
VideoExportFormat('mkv');
- Inheritance
-
- Object
- FileFormat
- VideoExportFormat
- Implementers
Constructors
- VideoExportFormat(String extension, {required String mimeType})
-
const
Properties
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
Constants
- avi → const VideoExportFormat
- gif → const GifExportFormat
- mov → const VideoExportFormat
- mp4 → const VideoExportFormat