Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data AudioSelector Source #
Audio Selector
See: newAudioSelector
smart constructor.
AudioSelector' | |
|
Instances
Create a value of AudioSelector
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:selectorSettings:AudioSelector'
, audioSelector_selectorSettings
- The audio selector settings.
$sel:name:AudioSelector'
, audioSelector_name
- The name of this AudioSelector. AudioDescriptions will use this name to
uniquely identify this Selector. Selector names should be unique per
input.
audioSelector_selectorSettings :: Lens' AudioSelector (Maybe AudioSelectorSettings) Source #
The audio selector settings.
audioSelector_name :: Lens' AudioSelector Text Source #
The name of this AudioSelector. AudioDescriptions will use this name to uniquely identify this Selector. Selector names should be unique per input.