Uses of Class
software.amazon.awssdk.services.mediaconvert.model.HlsCodecSpecification
-
Packages that use HlsCodecSpecification Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of HlsCodecSpecification in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return HlsCodecSpecification Modifier and Type Method Description HlsCodecSpecificationHlsGroupSettings. codecSpecification()Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.static HlsCodecSpecificationHlsCodecSpecification. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HlsCodecSpecificationHlsCodecSpecification. valueOf(String name)Returns the enum constant of this type with the specified name.static HlsCodecSpecification[]HlsCodecSpecification. 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 HlsCodecSpecification Modifier and Type Method Description static Set<HlsCodecSpecification>HlsCodecSpecification. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type HlsCodecSpecification Modifier and Type Method Description HlsGroupSettings.BuilderHlsGroupSettings.Builder. codecSpecification(HlsCodecSpecification codecSpecification)Specification to use (RFC-6381 or the default RFC-4281) during m3u8 playlist generation.
-