Show / Hide Table of Contents

Class CfnChannel.DvbTdtSettingsProperty

The DVB Time and Date Table (TDT).

Inheritance
System.Object
CfnChannel.DvbTdtSettingsProperty
Implements
CfnChannel.IDvbTdtSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class DvbTdtSettingsProperty : Object, CfnChannel.IDvbTdtSettingsProperty
Syntax (vb)
Public Class DvbTdtSettingsProperty
    Inherits Object
    Implements CfnChannel.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

Constructors

DvbTdtSettingsProperty()

Properties

RepInterval

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

Constructors

DvbTdtSettingsProperty()

public DvbTdtSettingsProperty()

Properties

RepInterval

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

public Nullable<double> RepInterval { get; set; }
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

Implements

CfnChannel.IDvbTdtSettingsProperty
Back to top Generated by DocFX