Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
JobAlbumArt |
JobAlbumArt.clone() |
JobAlbumArt |
CreateJobOutput.getAlbumArt()
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
|
JobAlbumArt |
JobOutput.getAlbumArt()
The album art to be associated with the output file, if any.
|
JobAlbumArt |
JobAlbumArt.withArtwork(Artwork... artwork)
The file to be used as album art.
|
JobAlbumArt |
JobAlbumArt.withArtwork(Collection<Artwork> artwork)
The file to be used as album art.
|
JobAlbumArt |
JobAlbumArt.withMergePolicy(String mergePolicy)
A policy that determines how Elastic Transcoder handles the existence of multiple album artwork files.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobOutput.setAlbumArt(JobAlbumArt albumArt)
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
|
void |
JobOutput.setAlbumArt(JobAlbumArt albumArt)
The album art to be associated with the output file, if any.
|
CreateJobOutput |
CreateJobOutput.withAlbumArt(JobAlbumArt albumArt)
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
|
JobOutput |
JobOutput.withAlbumArt(JobAlbumArt albumArt)
The album art to be associated with the output file, if any.
|
Copyright © 2019. All rights reserved.