| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsAudioOnlyContainer |
HlsSettings.audioOnlyContainer()
Use this setting only in audio-only outputs.
|
static HlsAudioOnlyContainer |
HlsAudioOnlyContainer.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HlsAudioOnlyContainer |
HlsAudioOnlyContainer.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsAudioOnlyContainer[] |
HlsAudioOnlyContainer.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<HlsAudioOnlyContainer> |
HlsAudioOnlyContainer.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsSettings.Builder |
HlsSettings.Builder.audioOnlyContainer(HlsAudioOnlyContainer audioOnlyContainer)
Use this setting only in audio-only outputs.
|
Copyright © 2023. All rights reserved.