Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
Ad break configuration parameters.
See: newAdBreak
smart constructor.
AdBreak' | |
|
Instances
newAdBreak :: AdBreak Source #
Create a value of AdBreak
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:spliceInsertMessage:AdBreak'
, adBreak_spliceInsertMessage
- This defines the SCTE-35 splice_insert() message inserted around the ad.
For information about using splice_insert(), see the SCTE-35
specficiaiton, section 9.7.3.1.
$sel:messageType:AdBreak'
, adBreak_messageType
- The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.
$sel:slate:AdBreak'
, adBreak_slate
- Ad break slate configuration.
$sel:offsetMillis:AdBreak'
, adBreak_offsetMillis
- How long (in milliseconds) after the beginning of the program that an ad
starts. This value must fall within 100ms of a segment boundary,
otherwise the ad break will be skipped.
adBreak_spliceInsertMessage :: Lens' AdBreak (Maybe SpliceInsertMessage) Source #
This defines the SCTE-35 splice_insert() message inserted around the ad. For information about using splice_insert(), see the SCTE-35 specficiaiton, section 9.7.3.1.
adBreak_messageType :: Lens' AdBreak (Maybe MessageType) Source #
The SCTE-35 ad insertion type. Accepted value: SPLICE_INSERT.
adBreak_slate :: Lens' AdBreak (Maybe SlateSource) Source #
Ad break slate configuration.