Uses of Class
com.amazonaws.services.elastictranscoder.model.Artwork
-
Packages that use Artwork Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of Artwork in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return Artwork Modifier and Type Method Description Artwork
Artwork. clone()
Artwork
Artwork. withAlbumArtFormat(String albumArtFormat)
The format of album art, if any.Artwork
Artwork. withEncryption(Encryption encryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.Artwork
Artwork. withInputKey(String inputKey)
The name of the file to be used as album art.Artwork
Artwork. withMaxHeight(String maxHeight)
The maximum height of the output album art in pixels.Artwork
Artwork. withMaxWidth(String maxWidth)
The maximum width of the output album art in pixels.Artwork
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
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 Artwork Modifier and Type Method Description List<Artwork>
JobAlbumArt. getArtwork()
The file to be used as album art.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Artwork Modifier and Type Method Description JobAlbumArt
JobAlbumArt. withArtwork(Artwork... artwork)
The file to be used as album art.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type Artwork Modifier and Type Method Description void
JobAlbumArt. setArtwork(Collection<Artwork> artwork)
The file to be used as album art.JobAlbumArt
JobAlbumArt. withArtwork(Collection<Artwork> artwork)
The file to be used as album art.
-