default JobOutput.Builder |
JobOutput.Builder.albumArt(Consumer<JobAlbumArt.Builder> albumArt) |
The album art to be associated with the output file, if any.
|
JobOutput.Builder |
JobOutput.Builder.albumArt(JobAlbumArt albumArt) |
The album art to be associated with the output file, if any.
|
JobOutput.Builder |
JobOutput.Builder.appliedColorSpaceConversion(String appliedColorSpaceConversion) |
If Elastic Transcoder used a preset with a ColorSpaceConversionMode to transcode the output
file, the AppliedColorSpaceConversion parameter shows the conversion used.
|
static JobOutput.Builder |
JobOutput.builder() |
|
default JobOutput.Builder |
JobOutput.Builder.captions(Consumer<Captions.Builder> captions) |
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
JobOutput.Builder |
JobOutput.Builder.captions(Captions captions) |
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
JobOutput.Builder |
JobOutput.Builder.composition(Collection<Clip> composition) |
Deprecated.
|
JobOutput.Builder |
JobOutput.Builder.composition(Consumer<Clip.Builder>... composition) |
Deprecated.
|
JobOutput.Builder |
JobOutput.Builder.composition(Clip... composition) |
Deprecated.
|
JobOutput.Builder |
JobOutput.Builder.duration(Long duration) |
Duration of the output file, in seconds.
|
JobOutput.Builder |
JobOutput.Builder.durationMillis(Long durationMillis) |
Duration of the output file, in milliseconds.
|
default JobOutput.Builder |
JobOutput.Builder.encryption(Consumer<Encryption.Builder> encryption) |
The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.
|
JobOutput.Builder |
JobOutput.Builder.encryption(Encryption encryption) |
The encryption settings, if any, that you want Elastic Transcoder to apply to your output files.
|
JobOutput.Builder |
JobOutput.Builder.fileSize(Long fileSize) |
File size of the output file, in bytes.
|
JobOutput.Builder |
JobOutput.Builder.frameRate(String frameRate) |
Frame rate of the output file, in frames per second.
|
JobOutput.Builder |
JobOutput.Builder.height(Integer height) |
Height of the output file, in pixels.
|
JobOutput.Builder |
JobOutput.Builder.id(String id) |
A sequential counter, starting with 1, that identifies an output among the outputs from the current job.
|
JobOutput.Builder |
JobOutput.Builder.key(String key) |
The name to assign to the transcoded file.
|
JobOutput.Builder |
JobOutput.Builder.presetId(String presetId) |
The value of the Id object for the preset that you want to use for this job.
|
JobOutput.Builder |
JobOutput.Builder.rotate(String rotate) |
The number of degrees clockwise by which you want Elastic Transcoder to rotate the output relative to the
input.
|
JobOutput.Builder |
JobOutput.Builder.segmentDuration(String segmentDuration) |
|
JobOutput.Builder |
JobOutput.Builder.status(String status) |
The status of one output in a job.
|
JobOutput.Builder |
JobOutput.Builder.statusDetail(String statusDetail) |
Information that further explains Status.
|
default JobOutput.Builder |
JobOutput.Builder.thumbnailEncryption(Consumer<Encryption.Builder> thumbnailEncryption) |
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
|
JobOutput.Builder |
JobOutput.Builder.thumbnailEncryption(Encryption thumbnailEncryption) |
The encryption settings, if any, that you want Elastic Transcoder to apply to your thumbnail.
|
JobOutput.Builder |
JobOutput.Builder.thumbnailPattern(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.Builder |
JobOutput.toBuilder() |
|
JobOutput.Builder |
JobOutput.Builder.watermarks(Collection<JobWatermark> watermarks) |
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
JobOutput.Builder |
JobOutput.Builder.watermarks(Consumer<JobWatermark.Builder>... watermarks) |
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
JobOutput.Builder |
JobOutput.Builder.watermarks(JobWatermark... watermarks) |
Information about the watermarks that you want Elastic Transcoder to add to the video during transcoding.
|
JobOutput.Builder |
JobOutput.Builder.width(Integer width) |
Specifies the width of the output file in pixels.
|