Uses of Class
software.amazon.awssdk.services.medialive.model.AudioOnlyHlsTrackType
-
Packages that use AudioOnlyHlsTrackType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AudioOnlyHlsTrackType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AudioOnlyHlsTrackType Modifier and Type Method Description AudioOnlyHlsTrackTypeAudioOnlyHlsSettings. 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 AudioOnlyHlsTrackTypeAudioOnlyHlsTrackType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AudioOnlyHlsTrackTypeAudioOnlyHlsTrackType. 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.Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type AudioOnlyHlsTrackType Modifier and Type Method Description static Set<AudioOnlyHlsTrackType>AudioOnlyHlsTrackType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AudioOnlyHlsTrackType Modifier and Type Method Description AudioOnlyHlsSettings.BuilderAudioOnlyHlsSettings.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.
-