Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ProresCodecProfile
-
Packages that use ProresCodecProfile Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ProresCodecProfile in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ProresCodecProfile Modifier and Type Method Description ProresCodecProfileProresSettings. codecProfile()Use Profile to specify the type of Apple ProRes codec to use for this output.static ProresCodecProfileProresCodecProfile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ProresCodecProfileProresCodecProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static ProresCodecProfile[]ProresCodecProfile. 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 ProresCodecProfile Modifier and Type Method Description static Set<ProresCodecProfile>ProresCodecProfile. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ProresCodecProfile Modifier and Type Method Description ProresSettings.BuilderProresSettings.Builder. codecProfile(ProresCodecProfile codecProfile)Use Profile to specify the type of Apple ProRes codec to use for this output.
-