| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
Artwork.Builder |
Artwork.Builder.albumArtFormat(String albumArtFormat)
The format of album art, if any.
|
static Artwork.Builder |
Artwork.builder() |
default Artwork.Builder |
Artwork.Builder.encryption(Consumer<Encryption.Builder> encryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
|
Artwork.Builder |
Artwork.Builder.encryption(Encryption encryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your artwork.
|
Artwork.Builder |
Artwork.Builder.inputKey(String inputKey)
The name of the file to be used as album art.
|
Artwork.Builder |
Artwork.Builder.maxHeight(String maxHeight)
The maximum height of the output album art in pixels.
|
Artwork.Builder |
Artwork.Builder.maxWidth(String maxWidth)
The maximum width of the output album art in pixels.
|
Artwork.Builder |
Artwork.Builder.paddingPolicy(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.Builder |
Artwork.Builder.sizingPolicy(String sizingPolicy)
Specify one of the following values to control scaling of the output album art:
|
Artwork.Builder |
Artwork.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Artwork.Builder> |
Artwork.serializableBuilderClass() |
Copyright © 2023. All rights reserved.