@Stability(value=Stable)
public static interface CfnChannel.DvbNitSettingsProperty
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.*;
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 Number |
getNetworkId()
The numeric value placed in the Network Information Table (NIT).
|
default String |
getNetworkName()
The network name text placed in the networkNameDescriptor inside the Network Information Table (NIT).
|
default Number |
getRepInterval()
The number of milliseconds between instances of this table in the output transport stream.
|
@Stability(value=Stable) @Nullable default Number getNetworkId()
@Stability(value=Stable) @Nullable default String getNetworkName()
The maximum length is 256 characters.
@Stability(value=Stable) @Nullable default Number getRepInterval()
@Stability(value=Stable) static CfnChannel.DvbNitSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.