FakeVideoExport class final
One recorded FakeMediaTransform.exportVideo call.
- Annotations
Constructors
- FakeVideoExport({required String srcPath, required CropRect crop, required DurationRange trim, required VideoEncodeSettings settings})
-
Records a video export.
const
Properties
- crop → CropRect
-
The crop the caller passed.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings → VideoEncodeSettings
-
The encode settings the caller passed.
final
- srcPath → String
-
The source path the caller passed.
final
- trim → DurationRange
-
The trim range the caller passed.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override