Package | Description |
---|---|
com.amazonaws.services.elastictranscoder.model |
Modifier and Type | Method and Description |
---|---|
CaptionSource |
CaptionSource.clone() |
CaptionSource |
CaptionSource.withEncryption(Encryption encryption)
The encryption settings, if any, that Elastic Transcoder needs to decyrpt your caption sources, or that you want
Elastic Transcoder to apply to your caption sources.
|
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()
Deprecated.
|
List<CaptionSource> |
InputCaptions.getCaptionSources()
Source files for the input sidecar captions used during the transcoding process.
|
Modifier and Type | Method and Description |
---|---|
Captions |
Captions.withCaptionSources(CaptionSource... captionSources)
Deprecated.
|
InputCaptions |
InputCaptions.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)
Deprecated.
|
void |
InputCaptions.setCaptionSources(Collection<CaptionSource> captionSources)
Source files for the input sidecar captions used during the transcoding process.
|
Captions |
Captions.withCaptionSources(Collection<CaptionSource> captionSources)
Deprecated.
|
InputCaptions |
InputCaptions.withCaptionSources(Collection<CaptionSource> captionSources)
Source files for the input sidecar captions used during the transcoding process.
|
Copyright © 2019. All rights reserved.