Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Artwork> |
JobAlbumArt.artwork
The file to be used as album art.
|
Modifier and Type | Method and Description |
---|---|
Artwork |
Artwork.clone() |
Artwork |
Artwork.withAlbumArtFormat(java.lang.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(java.lang.String inputKey)
The name of the file to be used as album art.
|
Artwork |
Artwork.withMaxHeight(java.lang.String maxHeight)
The maximum height of the output album art in pixels.
|
Artwork |
Artwork.withMaxWidth(java.lang.String maxWidth)
The maximum width of the output album art in pixels.
|
Artwork |
Artwork.withPaddingPolicy(java.lang.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(java.lang.String sizingPolicy)
Specify one of the following values to control scaling of the output
album art:
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Artwork> artwork)
The file to be used as album art.
|
JobAlbumArt |
JobAlbumArt.withArtwork(java.util.Collection<Artwork> artwork)
The file to be used as album art.
|
Modifier and Type | Method and Description |
---|---|
Artwork |
ArtworkJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ArtworkJsonMarshaller.marshall(Artwork artwork,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|