Uses of Class
software.amazon.awssdk.services.medialive.model.H264QualityLevel
-
Packages that use H264QualityLevel Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of H264QualityLevel in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return H264QualityLevel Modifier and Type Method Description static H264QualityLevelH264QualityLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.H264QualityLevelH264Settings. qualityLevel()Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).static H264QualityLevelH264QualityLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static H264QualityLevel[]H264QualityLevel. 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 H264QualityLevel Modifier and Type Method Description static Set<H264QualityLevel>H264QualityLevel. knownValues()Methods in software.amazon.awssdk.services.medialive.model with parameters of type H264QualityLevel Modifier and Type Method Description H264Settings.BuilderH264Settings.Builder. qualityLevel(H264QualityLevel qualityLevel)Leave as STANDARD_QUALITY or choose a different value (which might result in additional costs to run the channel).
-