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 |
Documentation
data AudioSelectorGroup Source #
Use audio selector groups to combine multiple sidecar audio inputs so that you can assign them to a single output audio tab (AudioDescription). Note that, if you're working with embedded audio, it's simpler to assign multiple input tracks into a single audio selector rather than use an audio selector group.
See: newAudioSelectorGroup
smart constructor.
AudioSelectorGroup' | |
|
Instances
newAudioSelectorGroup :: AudioSelectorGroup Source #
Create a value of AudioSelectorGroup
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:audioSelectorNames:AudioSelectorGroup'
, audioSelectorGroup_audioSelectorNames
- Name of an Audio Selector within the same input to include in the group.
Audio selector names are standardized, based on their order within the
input (e.g., "Audio Selector 1"). The audio selector name parameter
can be repeated to add any number of audio selectors to the group.
audioSelectorGroup_audioSelectorNames :: Lens' AudioSelectorGroup (Maybe [Text]) Source #
Name of an Audio Selector within the same input to include in the group. Audio selector names are standardized, based on their order within the input (e.g., "Audio Selector 1"). The audio selector name parameter can be repeated to add any number of audio selectors to the group.