ComposeVideoRequest class

Constructors

ComposeVideoRequest.new({String? taskId, required String inputVideoPath, String? outputVideoPath, Uint8List? watermarkImage, String? text, Anchor anchor = Anchor.bottomRight, double margin = 16.0, MeasureUnit marginUnit = MeasureUnit.px, double offsetX = 0.0, double offsetY = 0.0, MeasureUnit offsetUnit = MeasureUnit.px, double widthPercent = 0.18, double opacity = 0.6, VideoCodec codec = VideoCodec.h264, int? bitrateBps, double? maxFps, int? maxLongSide})

Properties

anchor Anchor
getter/setter pair
bitrateBps int?
getter/setter pair
codec VideoCodec
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
inputVideoPath String
getter/setter pair
margin double
getter/setter pair
marginUnit MeasureUnit
getter/setter pair
maxFps double?
getter/setter pair
maxLongSide int?
getter/setter pair
offsetUnit MeasureUnit
getter/setter pair
offsetX double
getter/setter pair
offsetY double
getter/setter pair
opacity double
getter/setter pair
outputVideoPath String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String?
getter/setter pair
text String?
getter/setter pair
watermarkImage Uint8List?
getter/setter pair
widthPercent double
getter/setter pair

Methods

encode() Object
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.
override

Static Methods

decode(Object result) ComposeVideoRequest