| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static MpdScte35Esam |
MpdScte35Esam.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MpdScte35Esam |
MpdSettings.scte35Esam()
Use this setting only when you specify SCTE-35 markers from ESAM.
|
static MpdScte35Esam |
MpdScte35Esam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MpdScte35Esam[] |
MpdScte35Esam.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<MpdScte35Esam> |
MpdScte35Esam.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MpdSettings.Builder |
MpdSettings.Builder.scte35Esam(MpdScte35Esam scte35Esam)
Use this setting only when you specify SCTE-35 markers from ESAM.
|
Copyright © 2023. All rights reserved.