Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private JobInput |
Job.input
A section of the request or response body that provides information about
the file that is being transcoded.
|
private JobInput |
CreateJobRequest.input
A section of the request body that provides information about the file
that is being transcoded.
|
Modifier and Type | Method and Description |
---|---|
JobInput |
JobInput.clone() |
JobInput |
Job.getInput()
A section of the request or response body that provides information about
the file that is being transcoded.
|
JobInput |
CreateJobRequest.getInput()
A section of the request body that provides information about the file
that is being transcoded.
|
JobInput |
JobInput.withAspectRatio(java.lang.String aspectRatio)
The aspect ratio of the input file.
|
JobInput |
JobInput.withContainer(java.lang.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(java.lang.String frameRate)
The frame rate of the input file.
|
JobInput |
JobInput.withInterlaced(java.lang.String interlaced)
Whether the input file is interlaced.
|
JobInput |
JobInput.withKey(java.lang.String key)
The name of the file to transcode.
|
JobInput |
JobInput.withResolution(java.lang.String resolution)
This value must be
auto , which causes Elastic Transcoder to
automatically detect the resolution of the input file. |
Modifier and Type | Method and Description |
---|---|
void |
Job.setInput(JobInput input)
A section of the request or response body that provides information about
the file that is being transcoded.
|
void |
CreateJobRequest.setInput(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.withInput(JobInput input)
A section of the request body that provides information about the file
that is being transcoded.
|
Modifier and Type | Method and Description |
---|---|
JobInput |
JobInputJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
JobInputJsonMarshaller.marshall(JobInput jobInput,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|