Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.MediaConvert.Types.ScalingBehavior
Description
Synopsis
- newtype ScalingBehavior where
- ScalingBehavior' { }
- pattern ScalingBehavior_DEFAULT :: ScalingBehavior
- pattern ScalingBehavior_STRETCH_TO_OUTPUT :: ScalingBehavior
Documentation
newtype ScalingBehavior Source #
Specify how the service handles outputs that have a different aspect ratio from the input aspect ratio. Choose Stretch to output (STRETCH_TO_OUTPUT) to have the service stretch your video image to fit. Keep the setting Default (DEFAULT) to have the service letterbox your video instead. This setting overrides any value that you specify for the setting Selection placement (position) in this output.
Constructors
ScalingBehavior' | |
Fields |
Bundled Patterns
pattern ScalingBehavior_DEFAULT :: ScalingBehavior | |
pattern ScalingBehavior_STRETCH_TO_OUTPUT :: ScalingBehavior |