| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsProgramDateTime |
HlsProgramDateTime.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsProgramDateTime |
HlsGroupSettings.programDateTime()
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
static HlsProgramDateTime |
HlsProgramDateTime.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsProgramDateTime[] |
HlsProgramDateTime.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<HlsProgramDateTime> |
HlsProgramDateTime.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsGroupSettings.Builder |
HlsGroupSettings.Builder.programDateTime(HlsProgramDateTime programDateTime)
Includes or excludes EXT-X-PROGRAM-DATE-TIME tag in .m3u8 manifest files.
|
Copyright © 2023. All rights reserved.