| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
EmbeddedConvert608To708 |
EmbeddedSourceSettings.convert608To708()
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
static EmbeddedConvert608To708 |
EmbeddedConvert608To708.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EmbeddedConvert608To708 |
EmbeddedConvert608To708.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedConvert608To708[] |
EmbeddedConvert608To708.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<EmbeddedConvert608To708> |
EmbeddedConvert608To708.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EmbeddedSourceSettings.Builder |
EmbeddedSourceSettings.Builder.convert608To708(EmbeddedConvert608To708 convert608To708)
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
|
Copyright © 2023. All rights reserved.