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.Scte20SourceSettings

Description

 
Synopsis

Documentation

data Scte20SourceSettings Source #

Scte20 Source Settings

See: newScte20SourceSettings smart constructor.

Constructors

Scte20SourceSettings' 

Fields

  • convert608To708 :: Maybe Scte20Convert608To708

    If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

  • source608ChannelNumber :: Maybe Natural

    Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

Instances

Instances details
Eq Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

Read Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

Show Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

Generic Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

Associated Types

type Rep Scte20SourceSettings :: Type -> Type #

NFData Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

Methods

rnf :: Scte20SourceSettings -> () #

Hashable Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

ToJSON Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

FromJSON Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

type Rep Scte20SourceSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte20SourceSettings

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

newScte20SourceSettings :: Scte20SourceSettings Source #

Create a value of Scte20SourceSettings 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:convert608To708:Scte20SourceSettings', scte20SourceSettings_convert608To708 - If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

$sel:source608ChannelNumber:Scte20SourceSettings', scte20SourceSettings_source608ChannelNumber - Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.

scte20SourceSettings_convert608To708 :: Lens' Scte20SourceSettings (Maybe Scte20Convert608To708) Source #

If upconvert, 608 data is both passed through via the "608 compatibility bytes" fields of the 708 wrapper as well as translated into 708. 708 data present in the source content will be discarded.

scte20SourceSettings_source608ChannelNumber :: Lens' Scte20SourceSettings (Maybe Natural) Source #

Specifies the 608/708 channel number within the video track from which to extract captions. Unused for passthrough.