Uses of Class
com.amazonaws.services.elastictranscoder.model.JobAlbumArt
Packages that use JobAlbumArt
-
Uses of JobAlbumArt in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return JobAlbumArtModifier and TypeMethodDescriptionJobAlbumArt.clone()
CreateJobOutput.getAlbumArt()
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.JobOutput.getAlbumArt()
The album art to be associated with the output file, if any.JobAlbumArt.withArtwork
(Artwork... artwork) The file to be used as album art.JobAlbumArt.withArtwork
(Collection<Artwork> artwork) The file to be used as album art.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 JobAlbumArtModifier and TypeMethodDescriptionvoid
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.withAlbumArt
(JobAlbumArt albumArt) Information about the album art that you want Elastic Transcoder to add to the file during transcoding.JobOutput.withAlbumArt
(JobAlbumArt albumArt) The album art to be associated with the output file, if any.