Pad class

Pad filter configuration for the input video.

The padded input video is scaled after padding with black to match the output resolution.

Constructors

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

Properties

bottomPixels ↔ int?
The number of pixels to add to the bottom.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
leftPixels ↔ int?
The number of pixels to add to the left.
getter/setter pair
rightPixels ↔ int?
The number of pixels to add to 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 add to 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