Show / Hide Table of Contents

Interface CfnChannelPropsMixin.IScte35SpliceInsertProperty

The setup of SCTE-35 splice insert handling.

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IScte35SpliceInsertProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.IScte35SpliceInsertProperty
Remarks

The parent of this entity is AvailSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;

             var scte35SpliceInsertProperty = new Scte35SpliceInsertProperty {
                 AdAvailOffset = 123,
                 NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                 WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
             };

Synopsis

Properties

AdAvailOffset

When specified, this offset (in milliseconds) is added to the input ad avail PTS time.

NoRegionalBlackoutFlag

When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.

WebDeliveryAllowedFlag

When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.

Properties

AdAvailOffset

When specified, this offset (in milliseconds) is added to the input ad avail PTS time.

double? AdAvailOffset { get; }
Property Value

double?

Remarks

This applies only to embedded SCTE 104/35 messages. It doesn't apply to OOB messages.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html#cfn-medialive-channel-scte35spliceinsert-adavailoffset

NoRegionalBlackoutFlag

When set to ignore, segment descriptors with noRegionalBlackoutFlag set to 0 no longer trigger blackouts or ad avail slates.

string? NoRegionalBlackoutFlag { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html#cfn-medialive-channel-scte35spliceinsert-noregionalblackoutflag

WebDeliveryAllowedFlag

When set to ignore, segment descriptors with webDeliveryAllowedFlag set to 0 no longer trigger blackouts or ad avail slates.

string? WebDeliveryAllowedFlag { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35spliceinsert.html#cfn-medialive-channel-scte35spliceinsert-webdeliveryallowedflag

Back to top Generated by DocFX