public static interface CfnChannel.Scte35SpliceInsertProperty
The parent of this entity is AvailSettings.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; Scte35SpliceInsertProperty scte35SpliceInsertProperty = Scte35SpliceInsertProperty.builder() .adAvailOffset(123) .noRegionalBlackoutFlag("noRegionalBlackoutFlag") .webDeliveryAllowedFlag("webDeliveryAllowedFlag") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.Scte35SpliceInsertProperty.Builder
A builder for
CfnChannel.Scte35SpliceInsertProperty |
static class |
CfnChannel.Scte35SpliceInsertProperty.Jsii$Proxy
An implementation for
CfnChannel.Scte35SpliceInsertProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.Scte35SpliceInsertProperty.Builder |
builder() |
default java.lang.Number |
getAdAvailOffset()
When specified, this offset (in milliseconds) is added to the input ad avail PTS time.
|
default java.lang.String |
getNoRegionalBlackoutFlag()
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.
|
default java.lang.String |
getWebDeliveryAllowedFlag()
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.
|
default java.lang.Number getAdAvailOffset()
This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
default java.lang.String getNoRegionalBlackoutFlag()
default java.lang.String getWebDeliveryAllowedFlag()
static CfnChannel.Scte35SpliceInsertProperty.Builder builder()