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 ArtworkArtwork. clone()ArtworkArtwork. withAlbumArtFormat(String albumArtFormat)The format of album art, if any.ArtworkArtwork. withEncryption(Encryption encryption)The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.ArtworkArtwork. withInputKey(String inputKey)The name of the file to be used as album art.ArtworkArtwork. withMaxHeight(String maxHeight)The maximum height of the output album art in pixels.ArtworkArtwork. withMaxWidth(String maxWidth)The maximum width of the output album art in pixels.ArtworkArtwork. withPaddingPolicy(String paddingPolicy)When you setPaddingPolicytoPad, 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 forMaxWidthandMaxHeight.ArtworkArtwork. 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 JobAlbumArtJobAlbumArt. 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 voidJobAlbumArt. setArtwork(Collection<Artwork> artwork)The file to be used as album art.JobAlbumArtJobAlbumArt. withArtwork(Collection<Artwork> artwork)The file to be used as album art.
-