| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
DvbNitSettings |
DvbNitSettings.clone() |
DvbNitSettings |
M2tsSettings.getDvbNitSettings()
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
|
DvbNitSettings |
DvbNitSettings.withNetworkId(Integer networkId)
The numeric value placed in the Network Information Table (NIT).
|
DvbNitSettings |
DvbNitSettings.withNetworkName(String networkName)
The network name text placed in the network_name_descriptor inside the Network Information Table.
|
DvbNitSettings |
DvbNitSettings.withNitInterval(Integer nitInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
M2tsSettings.setDvbNitSettings(DvbNitSettings dvbNitSettings)
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
|
M2tsSettings |
M2tsSettings.withDvbNitSettings(DvbNitSettings dvbNitSettings)
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
|
Copyright © 2023. All rights reserved.