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.AccelerationMode
Description
Synopsis
- newtype AccelerationMode where
- AccelerationMode' { }
- pattern AccelerationMode_DISABLED :: AccelerationMode
- pattern AccelerationMode_ENABLED :: AccelerationMode
- pattern AccelerationMode_PREFERRED :: AccelerationMode
Documentation
newtype AccelerationMode Source #
Specify whether the service runs your job with accelerated transcoding. Choose DISABLED if you don't want accelerated transcoding. Choose ENABLED if you want your job to run with accelerated transcoding and to fail if your input files or your job settings aren't compatible with accelerated transcoding. Choose PREFERRED if you want your job to run with accelerated transcoding if the job is compatible with the feature and to run at standard speed if it's not.
Constructors
AccelerationMode' | |
Fields |
Bundled Patterns
pattern AccelerationMode_DISABLED :: AccelerationMode | |
pattern AccelerationMode_ENABLED :: AccelerationMode | |
pattern AccelerationMode_PREFERRED :: AccelerationMode |