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 |
Synopsis
- data Scte35SpliceInsert = Scte35SpliceInsert' {}
- newScte35SpliceInsert :: Scte35SpliceInsert
- scte35SpliceInsert_adAvailOffset :: Lens' Scte35SpliceInsert (Maybe Int)
- scte35SpliceInsert_noRegionalBlackoutFlag :: Lens' Scte35SpliceInsert (Maybe Scte35SpliceInsertNoRegionalBlackoutBehavior)
- scte35SpliceInsert_webDeliveryAllowedFlag :: Lens' Scte35SpliceInsert (Maybe Scte35SpliceInsertWebDeliveryAllowedBehavior)
Documentation
data Scte35SpliceInsert Source #
Scte35 Splice Insert
See: newScte35SpliceInsert
smart constructor.
Scte35SpliceInsert' | |
|
Instances
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: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
$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
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
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