Uses of Class
software.amazon.awssdk.services.mediaconvert.model.Xavc4kIntraCbgProfileClass
-
Packages that use Xavc4kIntraCbgProfileClass Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of Xavc4kIntraCbgProfileClass in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return Xavc4kIntraCbgProfileClass Modifier and Type Method Description static Xavc4kIntraCbgProfileClassXavc4kIntraCbgProfileClass. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Xavc4kIntraCbgProfileClassXavc4kIntraCbgProfileClass. valueOf(String name)Returns the enum constant of this type with the specified name.static Xavc4kIntraCbgProfileClass[]Xavc4kIntraCbgProfileClass. values()Returns an array containing the constants of this enum type, in the order they are declared.Xavc4kIntraCbgProfileClassXavc4kIntraCbgProfileSettings. xavcClass()Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output.Methods in software.amazon.awssdk.services.mediaconvert.model that return types with arguments of type Xavc4kIntraCbgProfileClass Modifier and Type Method Description static Set<Xavc4kIntraCbgProfileClass>Xavc4kIntraCbgProfileClass. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type Xavc4kIntraCbgProfileClass Modifier and Type Method Description Xavc4kIntraCbgProfileSettings.BuilderXavc4kIntraCbgProfileSettings.Builder. xavcClass(Xavc4kIntraCbgProfileClass xavcClass)Specify the XAVC Intra 4k (CBG) Class to set the bitrate of your output.
-