Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
CaptionFormat |
CaptionFormat.withFormat(String format)
The format you specify determines whether Elastic Transcoder generates
an embedded or sidecar caption for this output.
|
CaptionFormat |
CaptionFormat.withPattern(String pattern)
The prefix for caption filenames, in the form
description-
{language} , where:
description is a description of the video.
{language} is a literal value that Elastic Transcoder
replaces with the two- or three-letter code for the language of the
caption in the output file names. |
Modifier and Type | Method and Description |
---|---|
List<CaptionFormat> |
Captions.getCaptionFormats()
The array of file formats for the output captions.
|
Modifier and Type | Method and Description |
---|---|
Captions |
Captions.withCaptionFormats(CaptionFormat... captionFormats)
The array of file formats for the output captions.
|
Modifier and Type | Method and Description |
---|---|
void |
Captions.setCaptionFormats(Collection<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.
|
Copyright © 2014. All rights reserved.