| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
ImscAccessibilitySubs |
ImscDestinationSettings.accessibility()
If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing: Set
Accessibility subtitles to Enabled.
|
static ImscAccessibilitySubs |
ImscAccessibilitySubs.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ImscAccessibilitySubs |
ImscAccessibilitySubs.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImscAccessibilitySubs[] |
ImscAccessibilitySubs.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ImscAccessibilitySubs> |
ImscAccessibilitySubs.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImscDestinationSettings.Builder |
ImscDestinationSettings.Builder.accessibility(ImscAccessibilitySubs accessibility)
If the IMSC captions track is intended to provide accessibility for people who are deaf or hard of hearing:
Set Accessibility subtitles to Enabled.
|
Copyright © 2023. All rights reserved.