Uses of Class
com.amazonaws.services.elastictranscoder.model.JobAlbumArt

Packages that use JobAlbumArt
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of JobAlbumArt in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return JobAlbumArt
 JobAlbumArt JobOutput.getAlbumArt()
          The album art to be associated with the output file, if any.
 JobAlbumArt CreateJobOutput.getAlbumArt()
          Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
 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
 void JobOutput.setAlbumArt(JobAlbumArt albumArt)
          The album art to be associated with the output file, if any.
 void CreateJobOutput.setAlbumArt(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.
 CreateJobOutput CreateJobOutput.withAlbumArt(JobAlbumArt albumArt)
          Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
 



Copyright © 2016. All rights reserved.