| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
M2tsEsRateInPes |
M2tsSettings.esRateInPes()
Controls whether to include the ES Rate field in the PES header.
|
static M2tsEsRateInPes |
M2tsEsRateInPes.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static M2tsEsRateInPes |
M2tsEsRateInPes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static M2tsEsRateInPes[] |
M2tsEsRateInPes.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<M2tsEsRateInPes> |
M2tsEsRateInPes.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
M2tsSettings.Builder |
M2tsSettings.Builder.esRateInPes(M2tsEsRateInPes esRateInPes)
Controls whether to include the ES Rate field in the PES header.
|
Copyright © 2023. All rights reserved.