ProVideoEditorWeb class

A web implementation of the ProVideoEditorPlatform of the ProVideoEditor plugin.

Inheritance

Constructors

ProVideoEditorWeb.new()
Constructs a ProVideoEditorWeb

Properties

exportProgressStream Stream<double>
A stream that emits export progress updates as a double from 0.0 to 1.0.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createVideoThumbnails(CreateVideoThumbnail value) Future<List<Uint8List>>
Generates thumbnails for a video.
override
exportVideo(ExportVideoModel value) Future<Uint8List>
Exports a video using the given value configuration.
inherited
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
getVideoInformation(EditorVideo value) Future<VideoInformation>
Fetches information about a video.
override
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

Static Methods

registerWith(Registrar registrar) → void
Registers the web implementation of the ProVideoEditor platform interface.