MethodChannelProVideoEditor class
An implementation of ProVideoEditor that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ProVideoEditor
- MethodChannelProVideoEditor
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
-
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?> -
Retrieves the platform version.
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