Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
CreateJobOutput |
CreateJobRequest.getOutput()
The
CreateJobOutput structure. |
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)
You can create an output file that contains an excerpt from the input
file.
|
CreateJobOutput |
CreateJobOutput.withComposition(Collection<Clip> composition)
You can create an output file that contains an excerpt from the input
file.
|
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)
If you specify a preset in
PresetId for which the value
of Container is ts (MPEG-TS), SegmentDuration is the
duration of each .ts file in seconds. |
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)
The
CreateJobOutput structure. |
CreateJobRequest |
CreateJobRequest.withOutput(CreateJobOutput output)
The
CreateJobOutput structure. |
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 © 2014. All rights reserved.