Uses of Class
software.amazon.awssdk.services.mediaconvert.model.CmafManifestCompression
-
Packages that use CmafManifestCompression Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of CmafManifestCompression in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return CmafManifestCompression Modifier and Type Method Description static CmafManifestCompressionCmafManifestCompression. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CmafManifestCompressionCmafGroupSettings. manifestCompression()When set to GZIP, compresses HLS playlist.static CmafManifestCompressionCmafManifestCompression. valueOf(String name)Returns the enum constant of this type with the specified name.static CmafManifestCompression[]CmafManifestCompression. 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 CmafManifestCompression Modifier and Type Method Description static Set<CmafManifestCompression>CmafManifestCompression. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type CmafManifestCompression Modifier and Type Method Description CmafGroupSettings.BuilderCmafGroupSettings.Builder. manifestCompression(CmafManifestCompression manifestCompression)When set to GZIP, compresses HLS playlist.
-