Show / Hide Table of Contents

Class CfnChannelPropsMixin.DvbTdtSettingsProperty

The DVB Time and Date Table (TDT).

Inheritance
object
CfnChannelPropsMixin.DvbTdtSettingsProperty
Implements
CfnChannelPropsMixin.IDvbTdtSettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.DvbTdtSettingsProperty : CfnChannelPropsMixin.IDvbTdtSettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.DvbTdtSettingsProperty Implements CfnChannelPropsMixin.IDvbTdtSettingsProperty
Remarks

The parent of this entity is M2tsSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbtdtsettings.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 dvbTdtSettingsProperty = new DvbTdtSettingsProperty {
                 RepInterval = 123
             };

Synopsis

Constructors

DvbTdtSettingsProperty()

The DVB Time and Date Table (TDT).

Properties

RepInterval

The number of milliseconds between instances of this table in the output transport stream.

Constructors

DvbTdtSettingsProperty()

The DVB Time and Date Table (TDT).

public DvbTdtSettingsProperty()
Remarks

The parent of this entity is M2tsSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-dvbtdtsettings.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 dvbTdtSettingsProperty = new DvbTdtSettingsProperty {
                 RepInterval = 123
             };

Properties

RepInterval

The number of milliseconds between instances of this table in the output transport stream.

public double? RepInterval { get; set; }
Property Value

double?

Remarks

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

Implements

CfnChannelPropsMixin.IDvbTdtSettingsProperty
Back to top Generated by DocFX