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.AudioDefaultSelection
Description
Synopsis
- newtype AudioDefaultSelection where
Documentation
newtype AudioDefaultSelection Source #
Enable this setting on one audio selector to set it as the default for the job. The service uses this default for outputs where it can't find the specified input audio. If you don't set a default, those outputs have no audio.
Constructors
AudioDefaultSelection' | |
Fields |
Bundled Patterns
pattern AudioDefaultSelection_DEFAULT :: AudioDefaultSelection | |
pattern AudioDefaultSelection_NOT_DEFAULT :: AudioDefaultSelection |