Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
JobOutput |
Job.getOutput()
If you specified one output for a job, information about that output.
|
JobOutput |
JobOutput.withAlbumArt(JobAlbumArt albumArt)
The album art to be associated with the output file, if any.
|
JobOutput |
JobOutput.withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or
subtitles, from one format to another.
|
JobOutput |
JobOutput.withComposition(Clip... composition)
You can create an output file that contains an excerpt from the input
file.
|
JobOutput |
JobOutput.withComposition(Collection<Clip> composition)
You can create an output file that contains an excerpt from the input
file.
|
JobOutput |
JobOutput.withDuration(Long duration)
Duration of the output file, in seconds.
|
JobOutput |
JobOutput.withHeight(Integer height)
Height of the output file, in pixels.
|
JobOutput |
JobOutput.withId(String id)
A sequential counter, starting with 1, that identifies an output among
the outputs from the current job.
|
JobOutput |
JobOutput.withKey(String key)
The name to assign to the transcoded file.
|
JobOutput |
JobOutput.withPresetId(String presetId)
The value of the
Id object for the preset that you want
to use for this job. |
JobOutput |
JobOutput.withRotate(String rotate)
The number of degrees clockwise by which you want Elastic Transcoder
to rotate the output relative to the input.
|
JobOutput |
JobOutput.withSegmentDuration(String segmentDuration)
PresetId for which the value of
Container is ts (MPEG-TS),
SegmentDuration is the maximum duration of each .ts file
in seconds. |
JobOutput |
JobOutput.withStatus(String status)
The status of one output in a job.
|
JobOutput |
JobOutput.withStatusDetail(String statusDetail)
Information that further explains
Status . |
JobOutput |
JobOutput.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.
|
JobOutput |
JobOutput.withWatermarks(Collection<JobWatermark> watermarks)
Information about the watermarks that you want Elastic Transcoder to
add to the video during transcoding.
|
JobOutput |
JobOutput.withWatermarks(JobWatermark... watermarks)
Information about the watermarks that you want Elastic Transcoder to
add to the video during transcoding.
|
JobOutput |
JobOutput.withWidth(Integer width)
Specifies the width of the output file in pixels.
|
Modifier and Type | Method and Description |
---|---|
List<JobOutput> |
Job.getOutputs()
Information about the output files.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setOutput(JobOutput output)
If you specified one output for a job, information about that output.
|
Job |
Job.withOutput(JobOutput output)
If you specified one output for a job, information about that output.
|
Job |
Job.withOutputs(JobOutput... outputs)
Information about the output files.
|
Modifier and Type | Method and Description |
---|---|
void |
Job.setOutputs(Collection<JobOutput> outputs)
Information about the output files.
|
Job |
Job.withOutputs(Collection<JobOutput> outputs)
Information about the output files.
|
Copyright © 2014. All rights reserved.