Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
Captions |
Captions.clone() |
Captions |
CreateJobOutput.getCaptions()
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
Captions |
JobOutput.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)
Deprecated.
|
Captions |
Captions.withCaptionSources(Collection<CaptionSource> captionSources)
Deprecated.
|
Captions |
Captions.withMergePolicy(String mergePolicy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateJobOutput.setCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
void |
JobOutput.setCaptions(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.
|
JobOutput |
JobOutput.withCaptions(Captions captions)
You can configure Elastic Transcoder to transcode captions, or subtitles, from one format to another.
|
Copyright © 2019. All rights reserved.