Uses of Class
software.amazon.awssdk.services.mediaconvert.model.H265CodecLevel
-
Packages that use H265CodecLevel Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of H265CodecLevel in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return H265CodecLevel Modifier and Type Method Description H265CodecLevelH265Settings. codecLevel()H.265 Level.static H265CodecLevelH265CodecLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static H265CodecLevelH265CodecLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static H265CodecLevel[]H265CodecLevel. 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 H265CodecLevel Modifier and Type Method Description static Set<H265CodecLevel>H265CodecLevel. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type H265CodecLevel Modifier and Type Method Description H265Settings.BuilderH265Settings.Builder. codecLevel(H265CodecLevel codecLevel)H.265 Level.
-