ProVideoEditorWeb class

A web implementation of the ProVideoEditorPlatform of the ProVideoEditor plugin.

Inheritance

Constructors

ProVideoEditorWeb.new()
Constructs a ProVideoEditorWeb

Properties

hashCode int
The hash code for this object.
no setterinherited
progressCtrl StreamController<ProgressModel>
Emits progress updates for running tasks.
finalinherited
progressStream Stream<ProgressModel>
Stream of progress updates from native video tasks.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getKeyFrames(KeyFramesConfigs value) Future<List<Uint8List>>
Extracts key frames from a video using the given KeyFramesConfigs.
override
getMetadata(EditorVideo value) Future<VideoMetadata>
Retrieves detailed information about the given video.
override
getPlatformVersion() Future<String?>
Returns a String containing the version of the platform.
override
getThumbnails(ThumbnailConfigs value) Future<List<Uint8List>>
Generates a list of thumbnails from the given ThumbnailConfigs.
override
initializeStream() → void
Sets up the native progress stream connection.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
progressStreamById(String taskId) Stream<ProgressModel>
Stream of progress updates for a specific task ID.
inherited
renderVideo(RenderVideoModel value) Future<Uint8List>
Renders a video using the provided RenderVideoModel configuration.
override
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.