Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
Thumbnails |
CreatePresetRequest.getThumbnails()
A section of the request body that specifies the thumbnail parameters,
if any.
|
Thumbnails |
Preset.getThumbnails()
A section of the response body that provides information about the
thumbnail preset values, if any.
|
Thumbnails |
Thumbnails.withAspectRatio(String aspectRatio)
|
Thumbnails |
Thumbnails.withFormat(String format)
The format of thumbnails, if any.
|
Thumbnails |
Thumbnails.withInterval(String interval)
The number of seconds between thumbnails.
|
Thumbnails |
Thumbnails.withMaxHeight(String maxHeight)
The maximum height of thumbnails in pixels.
|
Thumbnails |
Thumbnails.withMaxWidth(String maxWidth)
The maximum width of thumbnails in pixels.
|
Thumbnails |
Thumbnails.withPaddingPolicy(String paddingPolicy)
When you set
PaddingPolicy to Pad , 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 thumbnail
MaxWidth and MaxHeight settings. |
Thumbnails |
Thumbnails.withResolution(String resolution)
|
Thumbnails |
Thumbnails.withSizingPolicy(String sizingPolicy)
Specify one of the following values to control scaling of thumbnails:
|
Modifier and Type | Method and Description |
---|---|
void |
CreatePresetRequest.setThumbnails(Thumbnails thumbnails)
A section of the request body that specifies the thumbnail parameters,
if any.
|
void |
Preset.setThumbnails(Thumbnails thumbnails)
A section of the response body that provides information about the
thumbnail preset values, if any.
|
CreatePresetRequest |
CreatePresetRequest.withThumbnails(Thumbnails thumbnails)
A section of the request body that specifies the thumbnail parameters,
if any.
|
Preset |
Preset.withThumbnails(Thumbnails thumbnails)
A section of the response body that provides information about the
thumbnail preset values, if any.
|
Copyright © 2014. All rights reserved.