Uses of Class
com.amazonaws.services.elastictranscoder.model.JobAlbumArt
-
Packages that use JobAlbumArt Package Description com.amazonaws.services.elastictranscoder.model -
-
Uses of JobAlbumArt in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return JobAlbumArt Modifier and Type Method 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 will handle the existence of multiple album artwork files.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type JobAlbumArt Modifier and Type Method 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.
-