Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsAudioOnlyContainer
-
Packages that use HlsAudioOnlyContainer Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsAudioOnlyContainer in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsAudioOnlyContainer Modifier and Type Method Description HlsAudioOnlyContainerHlsSettings. audioOnlyContainer()Use this setting only in audio-only outputs.static HlsAudioOnlyContainerHlsAudioOnlyContainer. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HlsAudioOnlyContainerHlsAudioOnlyContainer. 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.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type HlsAudioOnlyContainer Modifier and Type Method Description static Set<HlsAudioOnlyContainer>HlsAudioOnlyContainer. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsAudioOnlyContainer Modifier and Type Method Description HlsSettings.BuilderHlsSettings.Builder. audioOnlyContainer(HlsAudioOnlyContainer audioOnlyContainer)Use this setting only in audio-only outputs.
-