Package | Description |
---|---|
software.amazon.awssdk.services.mediaconvert.model |
Modifier and Type | Method and Description |
---|---|
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.Builder.accessibility(String accessibility)
Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide
accessibility for people who are deaf or hard of hearing.
|
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.Builder.accessibility(WebvttAccessibilitySubs accessibility)
Set Accessibility subtitles to Enabled if the ISMC or WebVTT captions track is intended to provide
accessibility for people who are deaf or hard of hearing.
|
static WebvttDestinationSettings.Builder |
WebvttDestinationSettings.builder() |
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.Builder.stylePassthrough(String stylePassthrough)
To use the available style, color, and position information from your input captions: Set Style passthrough
(stylePassthrough) to Enabled (ENABLED).
|
WebvttDestinationSettings.Builder |
WebvttDestinationSettings.Builder.stylePassthrough(WebvttStylePassthrough stylePassthrough)
To use the available style, color, and position information from your input captions: Set Style passthrough
(stylePassthrough) to Enabled (ENABLED).
|
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)
Settings related to WebVTT captions.
|
Copyright © 2022. All rights reserved.