FlutterVideoTrimmer class
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>
-