Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data DvbNitSettings Source #
DVB Network Information Table (NIT)
See: newDvbNitSettings
smart constructor.
DvbNitSettings' | |
|
Instances
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:repInterval:DvbNitSettings'
, dvbNitSettings_repInterval
- The number of milliseconds between instances of this table in the output
transport stream.
$sel:networkName:DvbNitSettings'
, dvbNitSettings_networkName
- The network name text placed in the networkNameDescriptor inside the
Network Information Table. Maximum length is 256 characters.
$sel:networkId:DvbNitSettings'
, dvbNitSettings_networkId
- The numeric value placed in the Network Information Table (NIT).
dvbNitSettings_repInterval :: Lens' DvbNitSettings (Maybe Natural) Source #
The number of milliseconds between instances of this table in the output transport stream.
dvbNitSettings_networkName :: Lens' DvbNitSettings Text Source #
The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
dvbNitSettings_networkId :: Lens' DvbNitSettings Natural Source #
The numeric value placed in the Network Information Table (NIT).