Uses of Class
software.amazon.awssdk.services.mediaconvert.model.H264CodecLevel
-
Packages that use H264CodecLevel Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of H264CodecLevel in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return H264CodecLevel Modifier and Type Method Description H264CodecLevelH264Settings. codecLevel()Specify an H.264 level that is consistent with your output video settings.static H264CodecLevelH264CodecLevel. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static H264CodecLevelH264CodecLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static H264CodecLevel[]H264CodecLevel. 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 H264CodecLevel Modifier and Type Method Description static Set<H264CodecLevel>H264CodecLevel. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type H264CodecLevel Modifier and Type Method Description H264Settings.BuilderH264Settings.Builder. codecLevel(H264CodecLevel codecLevel)Specify an H.264 level that is consistent with your output video settings.
-