public static interface DvbNitSettings.Builder extends CopyableBuilder<DvbNitSettings.Builder,DvbNitSettings>
| Modifier and Type | Method and Description |
|---|---|
DvbNitSettings.Builder |
networkId(Integer networkId)
The numeric value placed in the Network Information Table (NIT).
|
DvbNitSettings.Builder |
networkName(String networkName)
The network name text placed in the networkNameDescriptor inside the Network Information Table.
|
DvbNitSettings.Builder |
repInterval(Integer repInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
copyapply, buildDvbNitSettings.Builder networkId(Integer networkId)
networkId - The numeric value placed in the Network Information Table (NIT).DvbNitSettings.Builder networkName(String networkName)
networkName - The network name text placed in the networkNameDescriptor inside the Network Information Table.
Maximum length is 256 characters.DvbNitSettings.Builder repInterval(Integer repInterval)
repInterval - The number of milliseconds between instances of this table in the output transport stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.