Uses of Class
com.amazonaws.services.elastictranscoder.model.Artwork

Packages that use Artwork
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of Artwork in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return Artwork
 Artwork Artwork.withAlbumArtFormat(String albumArtFormat)
          The format of album art, if any.
 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 set PaddingPolicy to Pad, 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 for MaxWidth and MaxHeight.
 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
 List<Artwork> JobAlbumArt.getArtwork()
          The file to be used as album art.
 

Methods in com.amazonaws.services.elastictranscoder.model with parameters of type Artwork
 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
 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.
 



Copyright © 2016. All rights reserved.