FlutterVideoTrimmer class

Constructors

FlutterVideoTrimmer.new()

Properties

currentVideoFile File?
no setter
eventStream Stream<TrimmerEvent>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoPlayerController → VideoPlayerController?
no setter

Methods

dispose() → void
loadVideo({required File videoFile}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveTrimmedVideo({required double startValue, required double endValue, required dynamic onSave(String? path), OutputType outputType = OutputType.video, int fpsGIF = 10, int scaleGIF = 480, int qualityGIF = 50, String videoFolderName = 'Trimmer', String? videoFileName, StorageDirection? storageDir}) Future<void>
toString() String
A string representation of this object.
inherited
videoPlaybackControl({required double startValue, required double endValue}) Future<bool>

Operators

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