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.
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>