Uses of Class
com.amazonaws.services.elastictranscoder.model.JobOutput
Packages that use JobOutput
-
Uses of JobOutput in com.amazonaws.services.elastictranscoder.model
Methods in com.amazonaws.services.elastictranscoder.model that return JobOutputModifier and TypeMethodDescriptionJobOutput.clone()
Job.getOutput()
If you specified one output for a job, information about that output.JobOutput.withAlbumArt
(JobAlbumArt albumArt) The album art to be associated with the output file, if any.JobOutput.withAppliedColorSpaceConversion
(String appliedColorSpaceConversion) If Elastic Transcoder used a preset with aColorSpaceConversionMode
to transcode the output file, theAppliedColorSpaceConversion
parameter shows the conversion used.JobOutput.withCaptions
(Captions captions) You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.JobOutput.withComposition
(Clip... composition) You can create an output file that contains an excerpt from the input file.JobOutput.withComposition
(Collection<Clip> composition) You can create an output file that contains an excerpt from the input file.JobOutput.withDuration
(Long duration) Duration of the output file, in seconds.JobOutput.withDurationMillis
(Long durationMillis) Duration of the output file, in milliseconds.JobOutput.withEncryption
(Encryption encryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.JobOutput.withFileSize
(Long fileSize) File size of the output file, in bytes.JobOutput.withFrameRate
(String frameRate) Frame rate of the output file, in frames per second.JobOutput.withHeight
(Integer height) Height of the output file, in pixels.A sequential counter, starting with 1, that identifies an output among the outputs from the current job.The name to assign to the transcoded file.JobOutput.withPresetId
(String presetId) The value of theId
object for the preset that you want to use for this job.JobOutput.withRotate
(String rotate) The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input.JobOutput.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.JobOutput.withStatus
(String status) The status of one output in a job.JobOutput.withStatusDetail
(String statusDetail) Information that further explainsStatus
.JobOutput.withThumbnailEncryption
(Encryption thumbnailEncryption) The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.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.withWatermarks
(JobWatermark... watermarks) Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.JobOutput.withWatermarks
(Collection<JobWatermark> watermarks) Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.Specifies the width of the output file in pixels.Methods in com.amazonaws.services.elastictranscoder.model that return types with arguments of type JobOutputMethods in com.amazonaws.services.elastictranscoder.model with parameters of type JobOutputModifier and TypeMethodDescriptionvoid
If you specified one output for a job, information about that output.Job.withOutput
(JobOutput output) If you specified one output for a job, information about that output.Job.withOutputs
(JobOutput... outputs) Information about the output files.Method parameters in com.amazonaws.services.elastictranscoder.model with type arguments of type JobOutputModifier and TypeMethodDescriptionvoid
Job.setOutputs
(Collection<JobOutput> outputs) Information about the output files.Job.withOutputs
(Collection<JobOutput> outputs) Information about the output files.