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