Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data DvbNitSettings Source #
Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
See: newDvbNitSettings
smart constructor.
DvbNitSettings' | |
|
Instances
newDvbNitSettings :: DvbNitSettings Source #
Create a value of DvbNitSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:networkId:DvbNitSettings'
, dvbNitSettings_networkId
- The numeric value placed in the Network Information Table (NIT).
$sel:networkName:DvbNitSettings'
, dvbNitSettings_networkName
- The network name text placed in the network_name_descriptor inside the
Network Information Table. Maximum length is 256 characters.
$sel:nitInterval:DvbNitSettings'
, dvbNitSettings_nitInterval
- The number of milliseconds between instances of this table in the output
transport stream.
dvbNitSettings_networkId :: Lens' DvbNitSettings (Maybe Natural) Source #
The numeric value placed in the Network Information Table (NIT).
dvbNitSettings_networkName :: Lens' DvbNitSettings (Maybe Text) Source #
The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
dvbNitSettings_nitInterval :: Lens' DvbNitSettings (Maybe Natural) Source #
The number of milliseconds between instances of this table in the output transport stream.