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 Scte35SpliceInsertScheduleActionSettings = Scte35SpliceInsertScheduleActionSettings' {}
- newScte35SpliceInsertScheduleActionSettings :: Natural -> Scte35SpliceInsertScheduleActionSettings
- scte35SpliceInsertScheduleActionSettings_duration :: Lens' Scte35SpliceInsertScheduleActionSettings (Maybe Natural)
- scte35SpliceInsertScheduleActionSettings_spliceEventId :: Lens' Scte35SpliceInsertScheduleActionSettings Natural
Documentation
data Scte35SpliceInsertScheduleActionSettings Source #
Settings for a SCTE-35 splice_insert message.
See: newScte35SpliceInsertScheduleActionSettings
smart constructor.
Scte35SpliceInsertScheduleActionSettings' | |
|
Instances
newScte35SpliceInsertScheduleActionSettings Source #
:: Natural |
|
-> Scte35SpliceInsertScheduleActionSettings |
Create a value of Scte35SpliceInsertScheduleActionSettings
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:duration:Scte35SpliceInsertScheduleActionSettings'
, scte35SpliceInsertScheduleActionSettings_duration
- Optional, the duration for the splice_insert, in 90 KHz ticks. To
convert seconds to ticks, multiple the seconds by 90,000. If you enter a
duration, there is an expectation that the downstream system can read
the duration and cue in at that time. If you do not enter a duration,
the splice_insert will continue indefinitely and there is an expectation
that you will enter a return_to_network to end the splice_insert at the
appropriate time.
$sel:spliceEventId:Scte35SpliceInsertScheduleActionSettings'
, scte35SpliceInsertScheduleActionSettings_spliceEventId
- The splice_event_id for the SCTE-35 splice_insert, as defined in
SCTE-35.
scte35SpliceInsertScheduleActionSettings_duration :: Lens' Scte35SpliceInsertScheduleActionSettings (Maybe Natural) Source #
Optional, the duration for the splice_insert, in 90 KHz ticks. To convert seconds to ticks, multiple the seconds by 90,000. If you enter a duration, there is an expectation that the downstream system can read the duration and cue in at that time. If you do not enter a duration, the splice_insert will continue indefinitely and there is an expectation that you will enter a return_to_network to end the splice_insert at the appropriate time.
scte35SpliceInsertScheduleActionSettings_spliceEventId :: Lens' Scte35SpliceInsertScheduleActionSettings Natural Source #
The splice_event_id for the SCTE-35 splice_insert, as defined in SCTE-35.