Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model | |
com.amazonaws.services.elastictranscoder.model.transform |
Modifier and Type | Field and Description |
---|---|
private Captions |
JobOutput.captions
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
private Captions |
CreateJobOutput.captions
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
Modifier and Type | Method and Description |
---|---|
Captions |
Captions.clone() |
Captions |
JobOutput.getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
Captions |
CreateJobOutput.getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
Captions |
Captions.withCaptionFormats(CaptionFormat... captionFormats)
The array of file formats for the output captions.
|
Captions |
Captions.withCaptionFormats(java.util.Collection<CaptionFormat> captionFormats)
The array of file formats for the output captions.
|
Captions |
Captions.withCaptionSources(CaptionSource... captionSources)
Source files for the input sidecar captions used during the transcoding
process.
|
Captions |
Captions.withCaptionSources(java.util.Collection<CaptionSource> captionSources)
Source files for the input sidecar captions used during the transcoding
process.
|
Captions |
Captions.withMergePolicy(java.lang.String mergePolicy)
A policy that determines how Elastic Transcoder handles the existence of
multiple captions.
|
Modifier and Type | Method and Description |
---|---|
void |
JobOutput.setCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
void |
CreateJobOutput.setCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
JobOutput |
JobOutput.withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
CreateJobOutput |
CreateJobOutput.withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles,
from one format to another.
|
Modifier and Type | Method and Description |
---|---|
Captions |
CaptionsJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
CaptionsJsonMarshaller.marshall(Captions captions,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|