Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private JobOutput |
Job.output
If you specified one output for a job, information about that output.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<JobOutput> |
Job.outputs
Information about the output files.
|
Modifier and Type | Method and Description |
---|---|
JobOutput |
JobOutput.clone() |
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.withAppliedColorSpaceConversion(java.lang.String appliedColorSpaceConversion)
If Elastic Transcoder used a preset with a
ColorSpaceConversionMode to transcode the output file, the
AppliedColorSpaceConversion parameter shows the conversion
used. |
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(java.util.Collection<Clip> composition)
You can create an output file that contains an excerpt from the input
file.
|
JobOutput |
JobOutput.withDuration(java.lang.Long duration)
Duration of the output file, in seconds.
|
JobOutput |
JobOutput.withDurationMillis(java.lang.Long durationMillis)
Duration of the output file, in milliseconds.
|
JobOutput |
JobOutput.withEncryption(Encryption encryption)
The encryption settings, if any, that you want Elastic Transcoder to
apply to your output files.
|
JobOutput |
JobOutput.withFileSize(java.lang.Long fileSize)
File size of the output file, in bytes.
|
JobOutput |
JobOutput.withFrameRate(java.lang.String frameRate)
Frame rate of the output file, in frames per second.
|
JobOutput |
JobOutput.withHeight(java.lang.Integer height)
Height of the output file, in pixels.
|
JobOutput |
JobOutput.withId(java.lang.String id)
A sequential counter, starting with 1, that identifies an output among
the outputs from the current job.
|
JobOutput |
JobOutput.withKey(java.lang.String key)
The name to assign to the transcoded file.
|
JobOutput |
JobOutput.withPresetId(java.lang.String presetId)
The value of the
Id object for the preset that you want to
use for this job. |
JobOutput |
JobOutput.withRotate(java.lang.String rotate)
The number of degrees clockwise by which you want Elastic Transcoder to
rotate the output relative to the input.
|
JobOutput |
JobOutput.withSegmentDuration(java.lang.String segmentDuration)
PresetId for
which the value of Container is fmp4
(Fragmented MP4) or ts (MPEG-TS),
SegmentDuration is the target maximum duration of each
segment in seconds. |
JobOutput |
JobOutput.withStatus(java.lang.String status)
The status of one output in a job.
|
JobOutput |
JobOutput.withStatusDetail(java.lang.String statusDetail)
Information that further explains
Status . |
JobOutput |
JobOutput.withThumbnailEncryption(Encryption thumbnailEncryption)
The encryption settings, if any, that you want Elastic Transcoder to
apply to your thumbnail.
|
JobOutput |
JobOutput.withThumbnailPattern(java.lang.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(java.util.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(java.lang.Integer width)
Specifies the width of the output file in pixels.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<JobOutput> outputs)
Information about the output files.
|
Job |
Job.withOutputs(java.util.Collection<JobOutput> outputs)
Information about the output files.
|
Modifier and Type | Method and Description |
---|---|
JobOutput |
JobOutputJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobOutputJsonMarshaller.marshall(JobOutput jobOutput,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|