| Package | Description |
|---|---|
| software.amazon.awssdk.services.elastictranscoder.model |
| Modifier and Type | Method and Description |
|---|---|
List<CaptionSource> |
InputCaptions.captionSources()
Source files for the input sidecar captions used during the transcoding process.
|
List<CaptionSource> |
Captions.captionSources()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InputCaptions.Builder |
InputCaptions.Builder.captionSources(CaptionSource... captionSources)
Source files for the input sidecar captions used during the transcoding process.
|
Captions.Builder |
Captions.Builder.captionSources(CaptionSource... captionSources)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
InputCaptions.Builder |
InputCaptions.Builder.captionSources(Collection<CaptionSource> captionSources)
Source files for the input sidecar captions used during the transcoding process.
|
Captions.Builder |
Captions.Builder.captionSources(Collection<CaptionSource> captionSources)
Deprecated.
|
Copyright © 2023. All rights reserved.