Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private Thumbnails |
Preset.thumbnails
A section of the response body that provides information about the
thumbnail preset values, if any.
|
private Thumbnails |
CreatePresetRequest.thumbnails
A section of the request body that specifies the thumbnail parameters, if
any.
|
Modifier and Type | Method and Description |
---|---|
Thumbnails |
Thumbnails.clone() |
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(java.lang.String aspectRatio)
|
Thumbnails |
Thumbnails.withFormat(java.lang.String format)
The format of thumbnails, if any.
|
Thumbnails |
Thumbnails.withInterval(java.lang.String interval)
The approximate number of seconds between thumbnails.
|
Thumbnails |
Thumbnails.withMaxHeight(java.lang.String maxHeight)
The maximum height of thumbnails in pixels.
|
Thumbnails |
Thumbnails.withMaxWidth(java.lang.String maxWidth)
The maximum width of thumbnails in pixels.
|
Thumbnails |
Thumbnails.withPaddingPolicy(java.lang.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(java.lang.String resolution)
|
Thumbnails |
Thumbnails.withSizingPolicy(java.lang.String sizingPolicy)
Specify one of the following values to control scaling of thumbnails:
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Thumbnails |
ThumbnailsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ThumbnailsJsonMarshaller.marshall(Thumbnails thumbnails,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|