Uses of Class
com.amazonaws.services.elastictranscoder.model.CreateJobOutput
Packages that use CreateJobOutput
-
Uses of CreateJobOutput in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return CreateJobOutputModifier and TypeMethodDescriptionCreateJobOutput.clone()
CreateJobRequest.getOutput()
CreateJobOutput.withAlbumArt
(JobAlbumArt albumArt) Information about the album art that you want Elastic Transcoder to add to the file during transcoding.CreateJobOutput.withCaptions
(Captions captions) You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.CreateJobOutput.withComposition
(Clip... composition) You can create an output file that contains an excerpt from the input file.CreateJobOutput.withComposition
(Collection<Clip> composition) You can create an output file that contains an excerpt from the input file.CreateJobOutput.withEncryption
(Encryption encryption) You can specify encryption settings for any output files that you want to use for a transcoding job.The name to assign to the transcoded file.CreateJobOutput.withPresetId
(String presetId) TheId
of the preset to use for this job.CreateJobOutput.withRotate
(String rotate) The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input.CreateJobOutput.withSegmentDuration
(String segmentDuration) (Outputs in Fragmented MP4 or MPEG-TS format only. If you specify a preset inPresetId
for which the value ofContainer
isfmp4
(Fragmented MP4) orts
(MPEG-TS),SegmentDuration
is the target maximum duration of each segment in seconds.CreateJobOutput.withThumbnailEncryption
(Encryption thumbnailEncryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.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.withWatermarks
(JobWatermark... watermarks) Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.CreateJobOutput.withWatermarks
(Collection<JobWatermark> watermarks) Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type CreateJobOutputModifier and TypeMethodDescriptionCreateJobRequest.getOutputs()
A section of the request body that provides information about the transcoded (target) files.Methods in com.amazonaws.services.elastictranscoder.model with parameters of type CreateJobOutputModifier and TypeMethodDescriptionvoid
CreateJobRequest.setOutput
(CreateJobOutput output) CreateJobRequest.withOutput
(CreateJobOutput output) CreateJobRequest.withOutputs
(CreateJobOutput... outputs) A section of the request body that provides information about the transcoded (target) files.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type CreateJobOutputModifier and TypeMethodDescriptionvoid
CreateJobRequest.setOutputs
(Collection<CreateJobOutput> outputs) A section of the request body that provides information about the transcoded (target) files.CreateJobRequest.withOutputs
(Collection<CreateJobOutput> outputs) A section of the request body that provides information about the transcoded (target) files.