| Package | Description | 
|---|---|
| com.amazonaws.services.elastictranscoder.model | Classes modeling the various types represented by AmazonElasticTranscoder. | 
| 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(String appliedColorSpaceConversion)If Elastic Transcoder used a preset with a
  ColorSpaceConversionModeto transcode the output file,
 theAppliedColorSpaceConversionparameter 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(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. withDurationMillis(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(Long fileSize)File size of the output file, in bytes. | 
| JobOutput | JobOutput. withFrameRate(String frameRate)Frame rate of the output file, in frames per second. | 
| 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  Idobject 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)PresetIdfor
 which the value ofContainerisfmp4(Fragmented MP4) orts(MPEG-TS),SegmentDurationis the target maximum duration of each
 segment 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. withThumbnailEncryption(Encryption thumbnailEncryption)The encryption settings, if any, that you want Elastic Transcoder to
 apply to your thumbnail. | 
| 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 © 2015. All rights reserved.