| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static HlsAudioTrackType |
HlsAudioTrackType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
HlsSettings |
HlsSettings.withAudioTrackType(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 © 2022. All rights reserved.