Uses of Class
com.amazonaws.services.elastictranscoder.model.CreateJobOutput

Packages that use CreateJobOutput
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of CreateJobOutput in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return CreateJobOutput
 CreateJobOutput CreateJobRequest.getOutput()
          The CreateJobOutput structure.
 CreateJobOutput CreateJobOutput.withAlbumArt(JobAlbumArt albumArt)
          Information about the album art that you want Elastic Transcoder to add to the file during transcoding.
 CreateJobOutput CreateJobOutput.withComposition(Clip... composition)
          You can create an output file that contains an excerpt from the input file.
 CreateJobOutput CreateJobOutput.withComposition(Collection<Clip> composition)
          You can create an output file that contains an excerpt from the input file.
 CreateJobOutput CreateJobOutput.withKey(String key)
          The name to assign to the transcoded file.
 CreateJobOutput CreateJobOutput.withPresetId(String presetId)
          The Id of the preset to use for this job.
 CreateJobOutput CreateJobOutput.withRotate(String rotate)
          The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the input.
 CreateJobOutput CreateJobOutput.withSegmentDuration(String segmentDuration)
          If you specify a preset in PresetId for which the value of Container is ts (MPEG-TS), SegmentDuration is the duration of each .ts file in seconds.
 CreateJobOutput 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 CreateJobOutput.withWatermarks(Collection<JobWatermark> watermarks)
          Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
 CreateJobOutput CreateJobOutput.withWatermarks(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 CreateJobOutput
 List<CreateJobOutput> CreateJobRequest.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 CreateJobOutput
 void CreateJobRequest.setOutput(CreateJobOutput output)
          The CreateJobOutput structure.
 CreateJobRequest CreateJobRequest.withOutput(CreateJobOutput output)
          The CreateJobOutput structure.
 CreateJobRequest 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 CreateJobOutput
 void CreateJobRequest.setOutputs(Collection<CreateJobOutput> outputs)
          A section of the request body that provides information about the transcoded (target) files.
 CreateJobRequest CreateJobRequest.withOutputs(Collection<CreateJobOutput> outputs)
          A section of the request body that provides information about the transcoded (target) files.
 



Copyright © 2016. All rights reserved.