| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static CmfcTimedMetadata |
CmfcTimedMetadata.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CmfcTimedMetadata |
CmfcSettings.timedMetadata()
To include ID3 metadata in this output: Set ID3 metadata to Passthrough.
|
static CmfcTimedMetadata |
CmfcTimedMetadata.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CmfcTimedMetadata[] |
CmfcTimedMetadata.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<CmfcTimedMetadata> |
CmfcTimedMetadata.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CmfcSettings.Builder |
CmfcSettings.Builder.timedMetadata(CmfcTimedMetadata timedMetadata)
To include ID3 metadata in this output: Set ID3 metadata to Passthrough.
|
Copyright © 2023. All rights reserved.