@Stability(value=Stable)
public static interface CfnChannel.DvbTdtSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.DvbTdtSettingsProperty.Builder
A builder for
CfnChannel.DvbTdtSettingsProperty |
static class |
CfnChannel.DvbTdtSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.DvbTdtSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.DvbTdtSettingsProperty.Builder |
builder() |
default Number |
getRepInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
@Stability(value=Stable) @Nullable default Number getRepInterval()
@Stability(value=Stable) static CfnChannel.DvbTdtSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.