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 JobAlbumArtJobAlbumArt. clone()JobAlbumArtCreateJobOutput. getAlbumArt()Information about the album art that you want Elastic Transcoder to add to the file during transcoding.JobAlbumArtJobOutput. getAlbumArt()The album art to be associated with the output file, if any.JobAlbumArtJobAlbumArt. withArtwork(Artwork... artwork)The file to be used as album art.JobAlbumArtJobAlbumArt. withArtwork(Collection<Artwork> artwork)The file to be used as album art.JobAlbumArtJobAlbumArt. 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 voidCreateJobOutput. setAlbumArt(JobAlbumArt albumArt)Information about the album art that you want Elastic Transcoder to add to the file during transcoding.voidJobOutput. setAlbumArt(JobAlbumArt albumArt)The album art to be associated with the output file, if any.CreateJobOutputCreateJobOutput. withAlbumArt(JobAlbumArt albumArt)Information about the album art that you want Elastic Transcoder to add to the file during transcoding.JobOutputJobOutput. withAlbumArt(JobAlbumArt albumArt)The album art to be associated with the output file, if any.
-