interface DvbTdtSettings
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.DvbTdtSettings |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#DvbTdtSettings |
Java | software.amazon.awscdk.services.medialive.alpha.DvbTdtSettings |
Python | aws_cdk.aws_medialive_alpha.DvbTdtSettings |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป DvbTdtSettings |
Settings for inserting a DVB Time and Date Table (TDT).
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
import * as cdk from 'aws-cdk-lib';
const dvbTdtSettings: medialive_alpha.DvbTdtSettings = {
repInterval: cdk.Duration.minutes(30),
};
Properties
| Name | Type | Description |
|---|---|---|
| rep | Duration | The interval between instances of this table in the output transport stream. |
repInterval?
Type:
Duration
(optional, default: service default)
The interval between instances of this table in the output transport stream.

.NET
Go
Java
Python
TypeScript (