| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
JobInput.Builder |
JobInput.Builder.aspectRatio(String aspectRatio)
The aspect ratio of the input file.
|
static JobInput.Builder |
JobInput.builder() |
JobInput.Builder |
JobInput.Builder.container(String container)
The container type for the input file.
|
default JobInput.Builder |
JobInput.Builder.detectedProperties(Consumer<DetectedProperties.Builder> detectedProperties)
The detected properties of the input file.
|
JobInput.Builder |
JobInput.Builder.detectedProperties(DetectedProperties detectedProperties)
The detected properties of the input file.
|
default JobInput.Builder |
JobInput.Builder.encryption(Consumer<Encryption.Builder> encryption)
The encryption settings, if any, that are used for decrypting your input files.
|
JobInput.Builder |
JobInput.Builder.encryption(Encryption encryption)
The encryption settings, if any, that are used for decrypting your input files.
|
JobInput.Builder |
JobInput.Builder.frameRate(String frameRate)
The frame rate of the input file.
|
default JobInput.Builder |
JobInput.Builder.inputCaptions(Consumer<InputCaptions.Builder> inputCaptions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
JobInput.Builder |
JobInput.Builder.inputCaptions(InputCaptions inputCaptions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
JobInput.Builder |
JobInput.Builder.interlaced(String interlaced)
Whether the input file is interlaced.
|
JobInput.Builder |
JobInput.Builder.key(String key)
The name of the file to transcode.
|
JobInput.Builder |
JobInput.Builder.resolution(String resolution)
This value must be
auto, which causes Elastic Transcoder to automatically detect the resolution
of the input file. |
default JobInput.Builder |
JobInput.Builder.timeSpan(Consumer<TimeSpan.Builder> timeSpan)
Settings for clipping an input.
|
JobInput.Builder |
JobInput.Builder.timeSpan(TimeSpan timeSpan)
Settings for clipping an input.
|
JobInput.Builder |
JobInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JobInput.Builder> |
JobInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Job.Builder |
Job.Builder.input(Consumer<JobInput.Builder> input)
A section of the request or response body that provides information about the file that is being transcoded.
|
default CreateJobRequest.Builder |
CreateJobRequest.Builder.input(Consumer<JobInput.Builder> input)
A section of the request body that provides information about the file that is being transcoded.
|
Copyright © 2023. All rights reserved.