Uses of Class
software.amazon.awssdk.services.mediaconvert.model.ProresChromaSampling
-
Packages that use ProresChromaSampling Package Description software.amazon.awssdk.services.mediaconvert.model -
-
Uses of ProresChromaSampling in software.amazon.awssdk.services.mediaconvert.model
Methods in software.amazon.awssdk.services.mediaconvert.model that return ProresChromaSampling Modifier and Type Method Description ProresChromaSamplingProresSettings. chromaSampling()This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use 4:4:4 chroma sampling.static ProresChromaSamplingProresChromaSampling. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ProresChromaSamplingProresChromaSampling. valueOf(String name)Returns the enum constant of this type with the specified name.static ProresChromaSampling[]ProresChromaSampling. 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 ProresChromaSampling Modifier and Type Method Description static Set<ProresChromaSampling>ProresChromaSampling. knownValues()Methods in software.amazon.awssdk.services.mediaconvert.model with parameters of type ProresChromaSampling Modifier and Type Method Description ProresSettings.BuilderProresSettings.Builder. chromaSampling(ProresChromaSampling chromaSampling)This setting applies only to ProRes 4444 and ProRes 4444 XQ outputs that you create from inputs that use 4:4:4 chroma sampling.
-