| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsTimedMetadataId3Frame |
HlsTimedMetadataId3Frame.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsTimedMetadataId3Frame |
HlsGroupSettings.timedMetadataId3Frame()
Specify the type of the ID3 frame to use for ID3 timestamps in your output.
|
static HlsTimedMetadataId3Frame |
HlsTimedMetadataId3Frame.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsTimedMetadataId3Frame[] |
HlsTimedMetadataId3Frame.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<HlsTimedMetadataId3Frame> |
HlsTimedMetadataId3Frame.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.timedMetadataId3Frame(HlsTimedMetadataId3Frame timedMetadataId3Frame)
Specify the type of the ID3 frame to use for ID3 timestamps in your output.
|
Copyright © 2023. All rights reserved.