Show / Hide Table of Contents

Interface CfnChannel.IDvbTdtSettingsProperty

The DVB Time and Date Table (TDT).

Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public interface IDvbTdtSettingsProperty
Syntax (vb)
Public Interface IDvbTdtSettingsProperty
Remarks

The parent of this entity is M2tsSettings.

Link: 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.AWS.MediaLive;

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.

virtual Nullable<double> RepInterval { get; }
Property Value

System.Nullable<System.Double>

Remarks

Link: 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