VideoEditorResult class

Returned if an editor has completed exporting.

Properties

hasChanges bool
Indicating whether the video has been changed at all.
final
hashCode int
The hash code for this object.
no setterinherited
release VoidCallback
Releases the result. Needed if export.video.segments of the Configuration is set to true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
segments List<VideoSegment>?
The used input video segments that compose the edited video. Returned if export.video.segments of the Configuration is set to true.
final
serialization → dynamic
The serialization contains the applied changes. This is only returned in case Configuration.export.serialization.enabled is set to true. The serialization can either be the path of the serialization file as a String in case that Configuration.export.serialization.exportType is set to SerializationExportType.fileUrl or an object if Configuration.export.serialization.exportType is set to SerializationExportType.object.
final
video String
The source of the edited video.
final
videoSize Size?
The size of the untransformed video.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts the VideoEditorResult for JSON parsing.
toString() String
A string representation of this object.
inherited

Operators

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