MethodChannelProVideoEditor class
An implementation of ProVideoEditorPlatform that uses method channels.
- Inheritance
-
- Object
- PlatformInterface
- ProVideoEditorPlatform
- MethodChannelProVideoEditor
Constructors
Properties
-
exportProgressStream
→ Stream<
double> -
A stream that emits export progress updates as a double from 0.0 to 1.0.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to interact with the native platform.
final
- 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.override -
getPlatformVersion(
) → Future< String?> -
Retrieves the platform version.
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