Thumbnails class
Thumbnails for videos.
Constructors
Properties
- aspectRatio → String?
-
auto
,1:1
,4:3
,3:2
,16:9
final - format → String?
-
The format of thumbnails, if any. Valid values are
jpg
andpng
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- interval → String?
-
The approximate number of seconds between thumbnails. Specify an integer
value.
final
- maxHeight → String?
-
The maximum height of thumbnails in pixels. If you specify auto, Elastic
Transcoder uses 1080 (Full HD) as the default value. If you specify a
numeric value, enter an even integer between 32 and 3072.
final
- maxWidth → String?
-
The maximum width of thumbnails in pixels. If you specify auto, Elastic
Transcoder uses 1920 (Full HD) as the default value. If you specify a
numeric value, enter an even integer between 32 and 4096.
final
- paddingPolicy → String?
-
When you set
PaddingPolicy
toPad
, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of thumbnails to make the total size of the thumbnails match the values that you specified for thumbnailMaxWidth
andMaxHeight
settings.final - resolution → String?
-
width
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sizingPolicy → String?
-
Specify one of the following values to control scaling of thumbnails:
final
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