Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Xavc4kProfileBitrateClass
-
Packages that use Xavc4kProfileBitrateClass Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Xavc4kProfileBitrateClass in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Xavc4kProfileBitrateClass Modifier and Type Method Description Xavc4kProfileBitrateClassXavc4kProfileSettings. bitrateClass()Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.static Xavc4kProfileBitrateClassXavc4kProfileBitrateClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Xavc4kProfileBitrateClassXavc4kProfileBitrateClass. valueOf(String name)Returns the enum constant of this type with the specified name.static Xavc4kProfileBitrateClass[]Xavc4kProfileBitrateClass. 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 Xavc4kProfileBitrateClass Modifier and Type Method Description static Set<Xavc4kProfileBitrateClass>Xavc4kProfileBitrateClass. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Xavc4kProfileBitrateClass Modifier and Type Method Description Xavc4kProfileSettings.BuilderXavc4kProfileSettings.Builder. bitrateClass(Xavc4kProfileBitrateClass bitrateClass)Specify the XAVC 4k (Long GOP) Bitrate Class to set the bitrate of your output.
-