| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
EncoderProfile |
EncodingParameters.encoderProfile()
A setting on the encoder that drives compression settings.
|
EncoderProfile |
EncodingParametersRequest.encoderProfile()
A setting on the encoder that drives compression settings.
|
static EncoderProfile |
EncoderProfile.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EncoderProfile |
EncoderProfile.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EncoderProfile> |
EncoderProfile.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
EncodingParameters.Builder |
EncodingParameters.Builder.encoderProfile(EncoderProfile encoderProfile)
A setting on the encoder that drives compression settings.
|
EncodingParametersRequest.Builder |
EncodingParametersRequest.Builder.encoderProfile(EncoderProfile encoderProfile)
A setting on the encoder that drives compression settings.
|
Copyright © 2021. All rights reserved.