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
Documentation
data CaptionSelector Source #
Output groups for this Live Event. Output groups contain information about where streams should be distributed.
See: newCaptionSelector
smart constructor.
CaptionSelector' | |
|
Instances
Create a value of CaptionSelector
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:languageCode:CaptionSelector'
, captionSelector_languageCode
- When specified this field indicates the three letter language code of
the caption track to extract from the source.
$sel:selectorSettings:CaptionSelector'
, captionSelector_selectorSettings
- Caption selector settings.
$sel:name:CaptionSelector'
, captionSelector_name
- Name identifier for a caption selector. This name is used to associate
this caption selector with one or more caption descriptions. Names must
be unique within an event.
captionSelector_languageCode :: Lens' CaptionSelector (Maybe Text) Source #
When specified this field indicates the three letter language code of the caption track to extract from the source.
captionSelector_selectorSettings :: Lens' CaptionSelector (Maybe CaptionSelectorSettings) Source #
Caption selector settings.
captionSelector_name :: Lens' CaptionSelector Text Source #
Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.