|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JobOutput | |
---|---|
com.amazonaws.services.elastictranscoder.model | Classes modeling the various types represented by AmazonElasticTranscoder. |
Uses of JobOutput in com.amazonaws.services.elastictranscoder.model |
---|
Methods in com.amazonaws.services.elastictranscoder.model that return JobOutput | |
---|---|
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.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. |
Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type JobOutput | |
---|---|
List<JobOutput> |
Job.getOutputs()
Information about the output files. |
Methods in com.amazonaws.services.elastictranscoder.model with parameters of type JobOutput | |
---|---|
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. |
Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type JobOutput | |
---|---|
void |
Job.setOutputs(Collection<JobOutput> outputs)
Information about the output files. |
Job |
Job.withOutputs(Collection<JobOutput> outputs)
Information about the output files. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |