Interface CfnChannel.DvbTdtSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.DvbTdtSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.DvbTdtSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*; DvbTdtSettingsProperty dvbTdtSettingsProperty = DvbTdtSettingsProperty.builder() .repInterval(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.DvbTdtSettingsProperty
static final class
An implementation forCfnChannel.DvbTdtSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRepInterval
The number of milliseconds between instances of this table in the output transport stream.- See Also:
-
builder
-