libZSservicesZSamazonka-medialiveZSamazonka-medialive
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.MediaLive.Types.Scte27SourceSettings

Description

 
Synopsis

Documentation

data Scte27SourceSettings Source #

Scte27 Source Settings

See: newScte27SourceSettings smart constructor.

Constructors

Scte27SourceSettings' 

Fields

  • ocrLanguage :: Maybe Scte27OcrLanguage

    If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

  • pid :: Maybe Natural

    The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.

Instances

Instances details
Eq Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

Read Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

Show Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

Generic Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

Associated Types

type Rep Scte27SourceSettings :: Type -> Type #

NFData Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

Methods

rnf :: Scte27SourceSettings -> () #

Hashable Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

ToJSON Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

FromJSON Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

type Rep Scte27SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte27SourceSettings

type Rep Scte27SourceSettings = D1 ('MetaData "Scte27SourceSettings" "Amazonka.MediaLive.Types.Scte27SourceSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Scte27SourceSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ocrLanguage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scte27OcrLanguage)) :*: S1 ('MetaSel ('Just "pid") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))))

newScte27SourceSettings :: Scte27SourceSettings Source #

Create a value of Scte27SourceSettings 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:ocrLanguage:Scte27SourceSettings', scte27SourceSettings_ocrLanguage - If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

$sel:pid:Scte27SourceSettings', scte27SourceSettings_pid - The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.

scte27SourceSettings_ocrLanguage :: Lens' Scte27SourceSettings (Maybe Scte27OcrLanguage) Source #

If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.

scte27SourceSettings_pid :: Lens' Scte27SourceSettings (Maybe Natural) Source #

The pid field is used in conjunction with the caption selector languageCode field as follows: - Specify PID and Language: Extracts captions from that PID; the language is "informational". - Specify PID and omit Language: Extracts the specified PID. - Omit PID and specify Language: Extracts the specified language, whichever PID that happens to be. - Omit PID and omit Language: Valid only if source is DVB-Sub that is being passed through; all languages will be passed through.