interface DvbTdtSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.DvbTdtSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_DvbTdtSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.DvbTdtSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.DvbTdtSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » DvbTdtSettingsProperty |
The DVB Time and Date Table (TDT).
The parent of this entity is M2tsSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const dvbTdtSettingsProperty: medialive_mixins.CfnChannelPropsMixin.DvbTdtSettingsProperty = {
repInterval: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| rep | number | The number of milliseconds between instances of this table in the output transport stream. |
repInterval?
Type:
number
(optional)
The number of milliseconds between instances of this table in the output transport stream.

.NET
Go
Java
Python
TypeScript