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 |
Synopsis
- data Output = Output' {}
- newOutput :: OutputSettings -> Output
- output_audioDescriptionNames :: Lens' Output (Maybe [Text])
- output_captionDescriptionNames :: Lens' Output (Maybe [Text])
- output_outputName :: Lens' Output (Maybe Text)
- output_videoDescriptionName :: Lens' Output (Maybe Text)
- output_outputSettings :: Lens' Output OutputSettings
Documentation
Output settings. There can be multiple outputs within a group.
See: newOutput
smart constructor.
Output' | |
|
Instances
Create a value of Output
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:audioDescriptionNames:Output'
, output_audioDescriptionNames
- The names of the AudioDescriptions used as audio sources for this
output.
$sel:captionDescriptionNames:Output'
, output_captionDescriptionNames
- The names of the CaptionDescriptions used as caption sources for this
output.
$sel:outputName:Output'
, output_outputName
- The name used to identify an output.
$sel:videoDescriptionName:Output'
, output_videoDescriptionName
- The name of the VideoDescription used as the source for this output.
$sel:outputSettings:Output'
, output_outputSettings
- Output type-specific settings.
output_audioDescriptionNames :: Lens' Output (Maybe [Text]) Source #
The names of the AudioDescriptions used as audio sources for this output.
output_captionDescriptionNames :: Lens' Output (Maybe [Text]) Source #
The names of the CaptionDescriptions used as caption sources for this output.
output_videoDescriptionName :: Lens' Output (Maybe Text) Source #
The name of the VideoDescription used as the source for this output.
output_outputSettings :: Lens' Output OutputSettings Source #
Output type-specific settings.