Uses of Class
software.amazon.awssdk.services.mediaconnect.model.EncoderProfile
-
Packages that use EncoderProfile Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of EncoderProfile in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return EncoderProfile Modifier and Type Method Description EncoderProfileEncodingParameters. encoderProfile()A setting on the encoder that drives compression settings.EncoderProfileEncodingParametersRequest. encoderProfile()A setting on the encoder that drives compression settings.static EncoderProfileEncoderProfile. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EncoderProfileEncoderProfile. valueOf(String name)Returns the enum constant of this type with the specified name.static EncoderProfile[]EncoderProfile. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type EncoderProfile Modifier and Type Method Description static Set<EncoderProfile>EncoderProfile. knownValues()Methods in software.amazon.awssdk.services.mediaconnect.model with parameters of type EncoderProfile Modifier and Type Method Description EncodingParameters.BuilderEncodingParameters.Builder. encoderProfile(EncoderProfile encoderProfile)A setting on the encoder that drives compression settings.EncodingParametersRequest.BuilderEncodingParametersRequest.Builder. encoderProfile(EncoderProfile encoderProfile)A setting on the encoder that drives compression settings.
-