|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Thumbnails | |
---|---|
com.amazonaws.services.elastictranscoder.model | Classes modeling the various types represented by AmazonElasticTranscoder. |
Uses of Thumbnails in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return Thumbnails | |
---|---|
Thumbnails |
Preset.getThumbnails()
A section of the response body that provides information about the thumbnail preset values, if any. |
Thumbnails |
CreatePresetRequest.getThumbnails()
A section of the request body that specifies the thumbnail parameters, 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: |
Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Thumbnails | |
---|---|
void |
Preset.setThumbnails(Thumbnails thumbnails)
A section of the response body that provides information about the thumbnail preset values, if any. |
void |
CreatePresetRequest.setThumbnails(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. |
CreatePresetRequest |
CreatePresetRequest.withThumbnails(Thumbnails thumbnails)
A section of the request body that specifies the thumbnail parameters, if any. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |