Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.JobAlbumArt
-
Packages that use JobAlbumArt Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of JobAlbumArt in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return JobAlbumArt Modifier and Type Method Description JobAlbumArtCreateJobOutput. albumArt()Information about the album art that you want Elastic Transcoder to add to the file during transcoding.JobAlbumArtJobOutput. albumArt()The album art to be associated with the output file, if any.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type JobAlbumArt Modifier and Type Method Description CreateJobOutput.BuilderCreateJobOutput.Builder. albumArt(JobAlbumArt albumArt)Information about the album art that you want Elastic Transcoder to add to the file during transcoding.JobOutput.BuilderJobOutput.Builder. albumArt(JobAlbumArt albumArt)The album art to be associated with the output file, if any.
-