Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
CreateJobOutput |
CreateJobOutput.clone() |
CreateJobOutput |
CreateJobRequest.getOutput()
A section of the request body that provides information about the transcoded (target) file.
|
CreateJobOutput |
CreateJobOutput.withAlbumArt(JobAlbumArt albumArt)
Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
|
CreateJobOutput |
CreateJobOutput.withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
CreateJobOutput |
CreateJobOutput.withComposition(Clip... composition)
Deprecated.
|
CreateJobOutput |
CreateJobOutput.withComposition(Collection<Clip> composition)
Deprecated.
|
CreateJobOutput |
CreateJobOutput.withEncryption(Encryption encryption)
You can specify encryption settings for any output files that you want to use for a transcoding job.
|
CreateJobOutput |
CreateJobOutput.withKey(String key)
The name to assign to the transcoded file.
|
CreateJobOutput |
CreateJobOutput.withPresetId(String presetId)
The
Id of the preset to use for this job. |
CreateJobOutput |
CreateJobOutput.withRotate(String rotate)
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input.
|
CreateJobOutput |
CreateJobOutput.withSegmentDuration(String segmentDuration)
|
CreateJobOutput |
CreateJobOutput.withThumbnailEncryption(Encryption thumbnailEncryption)
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
|
CreateJobOutput |
CreateJobOutput.withThumbnailPattern(String thumbnailPattern)
Whether you want Elastic Transcoder to create thumbnails for your videos and, if so, how you want Elastic
Transcoder to name the files.
|
CreateJobOutput |
CreateJobOutput.withWatermarks(Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
CreateJobOutput |
CreateJobOutput.withWatermarks(JobWatermark... watermarks)
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
Modifier and Type | Method and Description |
---|---|
List<CreateJobOutput> |
CreateJobRequest.getOutputs()
A section of the request body that provides information about the transcoded (target) files.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobRequest.setOutput(CreateJobOutput output)
A section of the request body that provides information about the transcoded (target) file.
|
CreateJobRequest |
CreateJobRequest.withOutput(CreateJobOutput output)
A section of the request body that provides information about the transcoded (target) file.
|
CreateJobRequest |
CreateJobRequest.withOutputs(CreateJobOutput... outputs)
A section of the request body that provides information about the transcoded (target) files.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobRequest.setOutputs(Collection<CreateJobOutput> outputs)
A section of the request body that provides information about the transcoded (target) files.
|
CreateJobRequest |
CreateJobRequest.withOutputs(Collection<CreateJobOutput> outputs)
A section of the request body that provides information about the transcoded (target) files.
|
Copyright © 2019. All rights reserved.