Uses of Class
com.amazonaws.services.elastictranscoder.model.Thumbnails
Packages that use Thumbnails
-
Uses of Thumbnails in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return ThumbnailsModifier and TypeMethodDescriptionThumbnails.clone()
CreatePresetRequest.getThumbnails()
A section of the request body that specifies the thumbnail parameters, if any.Preset.getThumbnails()
A section of the response body that provides information about the thumbnail preset values, if any.Thumbnails.withAspectRatio
(String aspectRatio) Thumbnails.withFormat
(String format) The format of thumbnails, if any.Thumbnails.withInterval
(String interval) The approximate number of seconds between thumbnails.Thumbnails.withMaxHeight
(String maxHeight) The maximum height of thumbnails in pixels.Thumbnails.withMaxWidth
(String maxWidth) The maximum width of thumbnails in pixels.Thumbnails.withPaddingPolicy
(String paddingPolicy) When you setPaddingPolicy
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.Thumbnails.withResolution
(String resolution) 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 ThumbnailsModifier and TypeMethodDescriptionvoid
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.withThumbnails
(Thumbnails thumbnails) A section of the request body that specifies the thumbnail parameters, if any.Preset.withThumbnails
(Thumbnails thumbnails) A section of the response body that provides information about the thumbnail preset values, if any.