Show / Hide Table of Contents

Interface CfnChannelPropsMixin.IDvbTdtSettingsProperty

The DVB Time and Date Table (TDT).

Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IDvbTdtSettingsProperty
Syntax (vb)
Public Interface 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

Properties

RepInterval

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

Properties

RepInterval

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

double? RepInterval { get; }
Property Value

double?

Remarks

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

Back to top Generated by DocFX