CropFilter class

Crops the input video to given dimensions.

Implemented types

Constructors

CropFilter({required int width, required int height, int? x, int? y})
const

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
Height of the output rectangle
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
Width of the output rectangle
final
x int?
x-position of the top left corner of the output rectangle
final
y int?
y-position of the top left corner of the output rectangle
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toCli() String
override
toString() String
A string representation of this object.
inherited

Operators

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