Interface CfnChannel.Scte35SpliceInsertProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.Scte35SpliceInsertProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.Scte35SpliceInsertProperty
extends software.amazon.jsii.JsiiSerializable
The setup of SCTE-35 splice insert handling.
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();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.Scte35SpliceInsertProperty
static final class
An implementation forCfnChannel.Scte35SpliceInsertProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Number
When specified, this offset (in milliseconds) is added to the input ad avail PTS time.default String
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.default String
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdAvailOffset
When specified, this offset (in milliseconds) is added to the input ad avail PTS time.This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.
-
getNoRegionalBlackoutFlag
When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates. -
getWebDeliveryAllowedFlag
When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates. -
builder
-