| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
AudioOnlyHlsTrackType |
AudioOnlyHlsSettings.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 AudioOnlyHlsTrackType |
AudioOnlyHlsTrackType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AudioOnlyHlsTrackType |
AudioOnlyHlsTrackType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioOnlyHlsTrackType[] |
AudioOnlyHlsTrackType.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<AudioOnlyHlsTrackType> |
AudioOnlyHlsTrackType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AudioOnlyHlsSettings.Builder |
AudioOnlyHlsSettings.Builder.audioTrackType(AudioOnlyHlsTrackType 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.