public static interface DvbNitSettings.Builder extends SdkPojo, 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 network_name_descriptor inside the Network Information Table.
|
DvbNitSettings.Builder |
nitInterval(Integer nitInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
DvbNitSettings.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 network_name_descriptor inside the Network Information Table.
Maximum length is 256 characters.DvbNitSettings.Builder nitInterval(Integer nitInterval)
nitInterval
- The number of milliseconds between instances of this table in the output transport stream.Copyright © 2022. All rights reserved.