Crop class

Video cropping configuration for the input video.

The cropped input video is scaled to match the output resolution.

Constructors

Crop({int? bottomPixels, int? leftPixels, int? rightPixels, int? topPixels})
Crop.fromJson(Map json_)

Properties

bottomPixels int?
The number of pixels to crop from the bottom.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
leftPixels int?
The number of pixels to crop from the left.
getter/setter pair
rightPixels int?
The number of pixels to crop from the right.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topPixels int?
The number of pixels to crop from the top.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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