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

Description

 
Synopsis

Documentation

data Scte35SpliceInsert Source #

Scte35 Splice Insert

See: newScte35SpliceInsert smart constructor.

Constructors

Scte35SpliceInsert' 

Fields

Instances

Instances details
Eq Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

Read Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

Show Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

Generic Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

Associated Types

type Rep Scte35SpliceInsert :: Type -> Type #

NFData Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

Methods

rnf :: Scte35SpliceInsert -> () #

Hashable Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

ToJSON Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

FromJSON Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

type Rep Scte35SpliceInsert Source # 
Instance details

Defined in Amazonka.MediaLive.Types.Scte35SpliceInsert

type Rep Scte35SpliceInsert = D1 ('MetaData "Scte35SpliceInsert" "Amazonka.MediaLive.Types.Scte35SpliceInsert" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "Scte35SpliceInsert'" 'PrefixI 'True) (S1 ('MetaSel ('Just "webDeliveryAllowedFlag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scte35SpliceInsertWebDeliveryAllowedBehavior)) :*: (S1 ('MetaSel ('Just "adAvailOffset") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "noRegionalBlackoutFlag") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Scte35SpliceInsertNoRegionalBlackoutBehavior)))))

newScte35SpliceInsert :: Scte35SpliceInsert Source #

Create a value of Scte35SpliceInsert 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:webDeliveryAllowedFlag:Scte35SpliceInsert', scte35SpliceInsert_webDeliveryAllowedFlag - When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates

$sel:adAvailOffset:Scte35SpliceInsert', scte35SpliceInsert_adAvailOffset - When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

$sel:noRegionalBlackoutFlag:Scte35SpliceInsert', scte35SpliceInsert_noRegionalBlackoutFlag - When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates

scte35SpliceInsert_webDeliveryAllowedFlag :: Lens' Scte35SpliceInsert (Maybe Scte35SpliceInsertWebDeliveryAllowedBehavior) Source #

When set to ignore, Segment Descriptors with webDeliveryAllowedFlag set to 0 will no longer trigger blackouts or Ad Avail slates

scte35SpliceInsert_adAvailOffset :: Lens' Scte35SpliceInsert (Maybe Int) Source #

When specified, this offset (in milliseconds) is added to the input Ad Avail PTS time. This only applies to embedded SCTE 104/35 messages and does not apply to OOB messages.

scte35SpliceInsert_noRegionalBlackoutFlag :: Lens' Scte35SpliceInsert (Maybe Scte35SpliceInsertNoRegionalBlackoutBehavior) Source #

When set to ignore, Segment Descriptors with noRegionalBlackoutFlag set to 0 will no longer trigger blackouts or Ad Avail slates