Interface CfnChannel.DvbNitSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnChannel.DvbNitSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnChannel
@Stability(Stable)
public static interface CfnChannel.DvbNitSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of DVB NIT.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnChannel.DvbNitSettingsProperty
static final class
An implementation forCfnChannel.DvbNitSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
default Number
The numeric value placed in the Network Information Table (NIT).default String
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).default Number
The number of milliseconds between instances of this table in the output transport stream.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNetworkId
The numeric value placed in the Network Information Table (NIT).- See Also:
-
getNetworkName
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).The maximum length is 256 characters.
- See Also:
-
getRepInterval
The number of milliseconds between instances of this table in the output transport stream.- See Also:
-
builder
-