| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
HlsAudioTrackType |
HlsSettings.audioTrackType()
Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this audio-only
stream instead of video in low-bandwidth scenarios.
|
static HlsAudioTrackType |
HlsAudioTrackType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static HlsAudioTrackType |
HlsAudioTrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HlsAudioTrackType[] |
HlsAudioTrackType.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<HlsAudioTrackType> |
HlsAudioTrackType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
HlsSettings.Builder |
HlsSettings.Builder.audioTrackType(HlsAudioTrackType audioTrackType)
Four types of audio-only tracks are supported: Audio-Only Variant Stream The client can play back this
audio-only stream instead of video in low-bandwidth scenarios.
|
Copyright © 2023. All rights reserved.