libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.TeletextSourceSettings

Description

 
Synopsis

Documentation

data TeletextSourceSettings Source #

Settings specific to Teletext caption sources, including Page number.

See: newTeletextSourceSettings smart constructor.

Constructors

TeletextSourceSettings' 

Fields

  • pageNumber :: Maybe Text

    Use Page Number (PageNumber) to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output.

Instances

Instances details
Eq TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

Read TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

Show TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

Generic TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

Associated Types

type Rep TeletextSourceSettings :: Type -> Type #

NFData TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

Methods

rnf :: TeletextSourceSettings -> () #

Hashable TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

ToJSON TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

FromJSON TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

type Rep TeletextSourceSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.TeletextSourceSettings

type Rep TeletextSourceSettings = D1 ('MetaData "TeletextSourceSettings" "Amazonka.MediaConvert.Types.TeletextSourceSettings" "libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert" 'False) (C1 ('MetaCons "TeletextSourceSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pageNumber") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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:pageNumber:TeletextSourceSettings', teletextSourceSettings_pageNumber - Use Page Number (PageNumber) to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output.

teletextSourceSettings_pageNumber :: Lens' TeletextSourceSettings (Maybe Text) Source #

Use Page Number (PageNumber) to specify the three-digit hexadecimal page number that will be used for Teletext captions. Do not use this setting if you are passing through teletext from the input source to output.