Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private JobAlbumArt |
JobOutput.albumArt
The album art to be associated with the output file, if any.
|
private JobAlbumArt |
CreateJobOutput.albumArt
Information about the album art that you want Elastic Transcoder to add
to the file during transcoding.
|
Modifier and Type | Method and Description |
---|---|
JobAlbumArt |
JobAlbumArt.clone() |
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(java.util.Collection<Artwork> artwork)
The file to be used as album art.
|
JobAlbumArt |
JobAlbumArt.withMergePolicy(java.lang.String mergePolicy)
A policy that determines how Elastic Transcoder will handle the existence
of multiple album artwork files.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
JobAlbumArt |
JobAlbumArtJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobAlbumArtJsonMarshaller.marshall(JobAlbumArt jobAlbumArt,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|