| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static WebvttDestinationSettings.Builder |
WebvttDestinationSettings.builder() |
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.Builder.stylePassthrough(String stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.Builder.stylePassthrough(WebvttStylePassthrough stylePassthrough)
Choose Enabled (ENABLED) to have MediaConvert use the font style, color, and position information from the
captions source in the input.
|
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends WebvttDestinationSettings.Builder> |
WebvttDestinationSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CaptionDestinationSettings.Builder |
CaptionDestinationSettings.Builder.webvttDestinationSettings(Consumer<WebvttDestinationSettings.Builder> webvttDestinationSettings)
WEBVTT Destination Settings This is a convenience that creates an instance of the
WebvttDestinationSettings.Builder avoiding the need to create one manually via
WebvttDestinationSettings.builder(). |
Copyright © 2021. All rights reserved.