| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static DvbNitSettings.Builder |
DvbNitSettings.builder() |
DvbNitSettings.Builder |
DvbNitSettings.Builder.networkId(Integer networkId)
The numeric value placed in the Network Information Table (NIT).
|
DvbNitSettings.Builder |
DvbNitSettings.Builder.networkName(String networkName)
The network name text placed in the network_name_descriptor inside the Network Information Table.
|
DvbNitSettings.Builder |
DvbNitSettings.Builder.nitInterval(Integer nitInterval)
The number of milliseconds between instances of this table in the output transport stream.
|
DvbNitSettings.Builder |
DvbNitSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DvbNitSettings.Builder> |
DvbNitSettings.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default M2tsSettings.Builder |
M2tsSettings.Builder.dvbNitSettings(Consumer<DvbNitSettings.Builder> dvbNitSettings)
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.
|
Copyright © 2023. All rights reserved.