Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
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:
|
Modifier and Type | Method and Description |
---|---|
List<Artwork> |
JobAlbumArt.getArtwork()
The file to be used as album art.
|
Modifier and Type | Method and Description |
---|---|
JobAlbumArt |
JobAlbumArt.withArtwork(Artwork... artwork)
The file to be used as album art.
|
Modifier and Type | Method and 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.
|
Copyright © 2014. All rights reserved.