| 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.TeletextSourceSettings
Description
Documentation
data TeletextSourceSettings Source #
Teletext Source Settings
See: newTeletextSourceSettings smart constructor.
Constructors
| TeletextSourceSettings' | |
Fields
| |
Instances
newTeletextSourceSettings :: TeletextSourceSettings Source #
Create a value of TeletextSourceSettings 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:outputRectangle:TeletextSourceSettings', teletextSourceSettings_outputRectangle - Optionally defines a region where TTML style captions will be displayed
$sel:pageNumber:TeletextSourceSettings', teletextSourceSettings_pageNumber - Specifies the teletext page number within the data stream from which to
extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for
passthrough. Should be specified as a hexadecimal string with no "0x"
prefix.
teletextSourceSettings_outputRectangle :: Lens' TeletextSourceSettings (Maybe CaptionRectangle) Source #
Optionally defines a region where TTML style captions will be displayed
teletextSourceSettings_pageNumber :: Lens' TeletextSourceSettings (Maybe Text) Source #
Specifies the teletext page number within the data stream from which to extract captions. Range of 0x100 (256) to 0x8FF (2303). Unused for passthrough. Should be specified as a hexadecimal string with no "0x" prefix.