Uses of Class
software.amazon.awssdk.services.medialive.model.AudioOnlyHlsSegmentType
-
Packages that use AudioOnlyHlsSegmentType Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of AudioOnlyHlsSegmentType in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return AudioOnlyHlsSegmentType Modifier and Type Method Description static AudioOnlyHlsSegmentTypeAudioOnlyHlsSegmentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.AudioOnlyHlsSegmentTypeAudioOnlyHlsSettings. segmentType()Specifies the segment type.static AudioOnlyHlsSegmentTypeAudioOnlyHlsSegmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static AudioOnlyHlsSegmentType[]AudioOnlyHlsSegmentType. 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 AudioOnlyHlsSegmentType Modifier and Type Method Description static Set<AudioOnlyHlsSegmentType>AudioOnlyHlsSegmentType. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type AudioOnlyHlsSegmentType Modifier and Type Method Description AudioOnlyHlsSettings.BuilderAudioOnlyHlsSettings.Builder. segmentType(AudioOnlyHlsSegmentType segmentType)Specifies the segment type.
-