Interface AudioPitchCorrectionSettings.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AudioPitchCorrectionSettings.Builder,,AudioPitchCorrectionSettings> SdkBuilder<AudioPitchCorrectionSettings.Builder,,AudioPitchCorrectionSettings> SdkPojo
- Enclosing class:
AudioPitchCorrectionSettings
@Mutable
@NotThreadSafe
public static interface AudioPitchCorrectionSettings.Builder
extends SdkPojo, CopyableBuilder<AudioPitchCorrectionSettings.Builder,AudioPitchCorrectionSettings>
-
Method Summary
Modifier and TypeMethodDescriptionslowPalPitchCorrection(String slowPalPitchCorrection) Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion.slowPalPitchCorrection(SlowPalPitchCorrection slowPalPitchCorrection) Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
slowPalPitchCorrection
Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion. This setting only applies when Slow PAL is enabled in your output video codec settings. To automatically apply audio pitch correction: Choose Enabled. MediaConvert automatically applies a pitch correction to your output to match the original content's audio pitch. To not apply audio pitch correction: Keep the default value, Disabled.- Parameters:
slowPalPitchCorrection- Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion. This setting only applies when Slow PAL is enabled in your output video codec settings. To automatically apply audio pitch correction: Choose Enabled. MediaConvert automatically applies a pitch correction to your output to match the original content's audio pitch. To not apply audio pitch correction: Keep the default value, Disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
slowPalPitchCorrection
AudioPitchCorrectionSettings.Builder slowPalPitchCorrection(SlowPalPitchCorrection slowPalPitchCorrection) Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion. This setting only applies when Slow PAL is enabled in your output video codec settings. To automatically apply audio pitch correction: Choose Enabled. MediaConvert automatically applies a pitch correction to your output to match the original content's audio pitch. To not apply audio pitch correction: Keep the default value, Disabled.- Parameters:
slowPalPitchCorrection- Use Slow PAL pitch correction to compensate for audio pitch changes during slow PAL frame rate conversion. This setting only applies when Slow PAL is enabled in your output video codec settings. To automatically apply audio pitch correction: Choose Enabled. MediaConvert automatically applies a pitch correction to your output to match the original content's audio pitch. To not apply audio pitch correction: Keep the default value, Disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-