public static interface CfnChannel.DvbNitSettingsProperty
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.*; DvbNitSettingsProperty dvbNitSettingsProperty = DvbNitSettingsProperty.builder() .networkId(123) .networkName("networkName") .repInterval(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnChannel.DvbNitSettingsProperty.Builder
A builder for
CfnChannel.DvbNitSettingsProperty |
static class |
CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.DvbNitSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnChannel.DvbNitSettingsProperty.Builder |
builder() |
default java.lang.Number |
getNetworkId()
The numeric value placed in the Network Information Table (NIT).
|
default java.lang.String |
getNetworkName()
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).
|
default java.lang.Number |
getRepInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
default java.lang.Number getNetworkId()
default java.lang.String getNetworkName()
The maximum length is 256 characters.
default java.lang.Number getRepInterval()
static CfnChannel.DvbNitSettingsProperty.Builder builder()