Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Classes modeling the various types represented by AmazonElasticTranscoder.
|
Modifier and Type | Method and Description |
---|---|
CaptionSource |
CaptionSource.withKey(String key)
The name of the sidecar caption file that you want Elastic Transcoder
to include in the output file.
|
CaptionSource |
CaptionSource.withLabel(String label)
The label of the caption shown in the player when choosing a language.
|
CaptionSource |
CaptionSource.withLanguage(String language)
A string that specifies the language of the caption.
|
CaptionSource |
CaptionSource.withTimeOffset(String timeOffset)
For clip generation or captions that do not start at the same time as
the associated video file, the
TimeOffset tells Elastic
Transcoder how much of the video to encode before including captions. |
Modifier and Type | Method and Description |
---|---|
List<CaptionSource> |
Captions.getCaptionSources()
Source files for the input sidecar captions used during the
transcoding process.
|
Modifier and Type | Method and Description |
---|---|
Captions |
Captions.withCaptionSources(CaptionSource... captionSources)
Source files for the input sidecar captions used during the
transcoding process.
|
Modifier and Type | Method and Description |
---|---|
void |
Captions.setCaptionSources(Collection<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.
|
Copyright © 2014. All rights reserved.