| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsOfflineEncrypted |
HlsOfflineEncrypted.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
HlsOfflineEncrypted |
HlsEncryptionSettings.offlineEncrypted()
Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist.
|
static HlsOfflineEncrypted |
HlsOfflineEncrypted.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsOfflineEncrypted[] |
HlsOfflineEncrypted.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<HlsOfflineEncrypted> |
HlsOfflineEncrypted.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsEncryptionSettings.Builder |
HlsEncryptionSettings.Builder.offlineEncrypted(HlsOfflineEncrypted offlineEncrypted)
Enable this setting to insert the EXT-X-SESSION-KEY element into the master playlist.
|
Copyright © 2023. All rights reserved.