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