Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
JobInput |
JobInput.clone() |
JobInput |
CreateJobRequest.getInput()
A section of the request body that provides information about the file that is being transcoded.
|
JobInput |
Job.getInput()
A section of the request or response body that provides information about the file that is being transcoded.
|
JobInput |
JobInput.withAspectRatio(String aspectRatio)
The aspect ratio of the input file.
|
JobInput |
JobInput.withContainer(String container)
The container type for the input file.
|
JobInput |
JobInput.withDetectedProperties(DetectedProperties detectedProperties)
The detected properties of the input file.
|
JobInput |
JobInput.withEncryption(Encryption encryption)
The encryption settings, if any, that are used for decrypting your input files.
|
JobInput |
JobInput.withFrameRate(String frameRate)
The frame rate of the input file.
|
JobInput |
JobInput.withInputCaptions(InputCaptions inputCaptions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
JobInput |
JobInput.withInterlaced(String interlaced)
Whether the input file is interlaced.
|
JobInput |
JobInput.withKey(String key)
The name of the file to transcode.
|
JobInput |
JobInput.withResolution(String resolution)
This value must be
auto , which causes Elastic Transcoder to automatically detect the resolution of
the input file. |
JobInput |
JobInput.withTimeSpan(TimeSpan timeSpan)
Settings for clipping an input.
|
Modifier and Type | Method and Description |
---|---|
List<JobInput> |
CreateJobRequest.getInputs()
A section of the request body that provides information about the files that are being transcoded.
|
List<JobInput> |
Job.getInputs()
Information about the files that you're transcoding.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobRequest.setInput(JobInput input)
A section of the request body that provides information about the file that is being transcoded.
|
void |
Job.setInput(JobInput input)
A section of the request or response body that provides information about the file that is being transcoded.
|
CreateJobRequest |
CreateJobRequest.withInput(JobInput input)
A section of the request body that provides information about the file that is being transcoded.
|
Job |
Job.withInput(JobInput input)
A section of the request or response body that provides information about the file that is being transcoded.
|
CreateJobRequest |
CreateJobRequest.withInputs(JobInput... inputs)
A section of the request body that provides information about the files that are being transcoded.
|
Job |
Job.withInputs(JobInput... inputs)
Information about the files that you're transcoding.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobRequest.setInputs(Collection<JobInput> inputs)
A section of the request body that provides information about the files that are being transcoded.
|
void |
Job.setInputs(Collection<JobInput> inputs)
Information about the files that you're transcoding.
|
CreateJobRequest |
CreateJobRequest.withInputs(Collection<JobInput> inputs)
A section of the request body that provides information about the files that are being transcoded.
|
Job |
Job.withInputs(Collection<JobInput> inputs)
Information about the files that you're transcoding.
|
Copyright © 2019. All rights reserved.