Show / Hide Table of Contents

Class CfnChannel.Scte35TimeSignalAposProperty

The settings for the SCTE-35 time signal APOS mode.

Inheritance
object
CfnChannel.Scte35TimeSignalAposProperty
Implements
CfnChannel.IScte35TimeSignalAposProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnChannel.Scte35TimeSignalAposProperty : CfnChannel.IScte35TimeSignalAposProperty
Syntax (vb)
Public Class CfnChannel.Scte35TimeSignalAposProperty Implements CfnChannel.IScte35TimeSignalAposProperty
Remarks

The parent of this entity is AvailSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35timesignalapos.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.AWS.MediaLive;

             var scte35TimeSignalAposProperty = new Scte35TimeSignalAposProperty {
                 AdAvailOffset = 123,
                 NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                 WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
             };

Synopsis

Constructors

Scte35TimeSignalAposProperty()

The settings for the SCTE-35 time signal APOS mode.

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.

Constructors

Scte35TimeSignalAposProperty()

The settings for the SCTE-35 time signal APOS mode.

public Scte35TimeSignalAposProperty()
Remarks

The parent of this entity is AvailSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-scte35timesignalapos.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.AWS.MediaLive;

             var scte35TimeSignalAposProperty = new Scte35TimeSignalAposProperty {
                 AdAvailOffset = 123,
                 NoRegionalBlackoutFlag = "noRegionalBlackoutFlag",
                 WebDeliveryAllowedFlag = "webDeliveryAllowedFlag"
             };

Properties

AdAvailOffset

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

public double? AdAvailOffset { get; set; }
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-scte35timesignalapos.html#cfn-medialive-channel-scte35timesignalapos-adavailoffset

NoRegionalBlackoutFlag

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

public string? NoRegionalBlackoutFlag { get; set; }
Property Value

string

Remarks

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

WebDeliveryAllowedFlag

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

public string? WebDeliveryAllowedFlag { get; set; }
Property Value

string

Remarks

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

Implements

CfnChannel.IScte35TimeSignalAposProperty
Back to top Generated by DocFX