Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
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(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(Collection<CaptionSource> captionSources)
Source files for the input sidecar captions used during the
transcoding process.
|
Captions |
Captions.withMergePolicy(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.
|
Copyright © 2014. All rights reserved.