| 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 |
Amazonka.MediaLive.Types.CaptionDescription
Description
Synopsis
- data CaptionDescription = CaptionDescription' {}
- newCaptionDescription :: Text -> Text -> CaptionDescription
- captionDescription_accessibility :: Lens' CaptionDescription (Maybe AccessibilityType)
- captionDescription_destinationSettings :: Lens' CaptionDescription (Maybe CaptionDestinationSettings)
- captionDescription_languageCode :: Lens' CaptionDescription (Maybe Text)
- captionDescription_languageDescription :: Lens' CaptionDescription (Maybe Text)
- captionDescription_captionSelectorName :: Lens' CaptionDescription Text
- captionDescription_name :: Lens' CaptionDescription Text
Documentation
data CaptionDescription Source #
Caption Description
See: newCaptionDescription smart constructor.
Constructors
| CaptionDescription' | |
Fields
| |
Instances
newCaptionDescription Source #
Arguments
| :: Text | |
| -> Text | |
| -> CaptionDescription |
Create a value of CaptionDescription 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:accessibility:CaptionDescription', captionDescription_accessibility - Indicates whether the caption track implements accessibility features
such as written descriptions of spoken dialog, music, and sounds.
$sel:destinationSettings:CaptionDescription', captionDescription_destinationSettings - Additional settings for captions destination that depend on the
destination type.
$sel:languageCode:CaptionDescription', captionDescription_languageCode - ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
$sel:languageDescription:CaptionDescription', captionDescription_languageDescription - Human readable information to indicate captions available for players
(eg. English, or Spanish).
$sel:captionSelectorName:CaptionDescription', captionDescription_captionSelectorName - Specifies which input caption selector to use as a caption source when
generating output captions. This field should match a captionSelector
name.
$sel:name:CaptionDescription', captionDescription_name - Name of the caption description. Used to associate a caption description
with an output. Names must be unique within an event.
captionDescription_accessibility :: Lens' CaptionDescription (Maybe AccessibilityType) Source #
Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
captionDescription_destinationSettings :: Lens' CaptionDescription (Maybe CaptionDestinationSettings) Source #
Additional settings for captions destination that depend on the destination type.
captionDescription_languageCode :: Lens' CaptionDescription (Maybe Text) Source #
ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
captionDescription_languageDescription :: Lens' CaptionDescription (Maybe Text) Source #
Human readable information to indicate captions available for players (eg. English, or Spanish).
captionDescription_captionSelectorName :: Lens' CaptionDescription Text Source #
Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
captionDescription_name :: Lens' CaptionDescription Text Source #
Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.