Uses of Class
com.amazonaws.services.elastictranscoder.model.Artwork
Packages that use Artwork
-
Uses of Artwork in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return ArtworkModifier and TypeMethodDescriptionArtwork.clone()
Artwork.withAlbumArtFormat
(String albumArtFormat) The format of album art, if any.Artwork.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.Artwork.withInputKey
(String inputKey) The name of the file to be used as album art.Artwork.withMaxHeight
(String maxHeight) The maximum height of the output album art in pixels.Artwork.withMaxWidth
(String maxWidth) The maximum width of the output album art in pixels.Artwork.withPaddingPolicy
(String paddingPolicy) When you setPaddingPolicy
toPad
, Elastic Transcoder may add white bars to the top and bottom and/or left and right sides of the output album art to make the total size of the output art match the values that you specified forMaxWidth
andMaxHeight
.Artwork.withSizingPolicy
(String sizingPolicy) Specify one of the following values to control scaling of the output album art:Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type ArtworkMethods in com.amazonaws.services.elastictranscoder.model with parameters of type ArtworkModifier and TypeMethodDescriptionJobAlbumArt.withArtwork
(Artwork... artwork) The file to be used as album art.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type ArtworkModifier and TypeMethodDescriptionvoid
JobAlbumArt.setArtwork
(Collection<Artwork> artwork) The file to be used as album art.JobAlbumArt.withArtwork
(Collection<Artwork> artwork) The file to be used as album art.