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