| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
AudioDurationCorrection |
AudioSelector.audioDurationCorrection()
Apply audio timing corrections to help synchronize audio and video in your output.
|
static AudioDurationCorrection |
AudioDurationCorrection.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AudioDurationCorrection |
AudioDurationCorrection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AudioDurationCorrection[] |
AudioDurationCorrection.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<AudioDurationCorrection> |
AudioDurationCorrection.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AudioSelector.Builder |
AudioSelector.Builder.audioDurationCorrection(AudioDurationCorrection audioDurationCorrection)
Apply audio timing corrections to help synchronize audio and video in your output.
|
Copyright © 2023. All rights reserved.