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