libZSservicesZSamazonka-medialiveZSamazonka-medialive
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaLive.Types.DvbNitSettings

Description

 
Synopsis

Documentation

data DvbNitSettings Source #

DVB Network Information Table (NIT)

See: newDvbNitSettings smart constructor.

Constructors

DvbNitSettings' 

Fields

  • repInterval :: Maybe Natural

    The number of milliseconds between instances of this table in the output transport stream.

  • networkName :: Text

    The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.

  • networkId :: Natural

    The numeric value placed in the Network Information Table (NIT).

Instances

Instances details
Eq DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

Read DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

Show DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

Generic DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

Associated Types

type Rep DvbNitSettings :: Type -> Type #

NFData DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

Methods

rnf :: DvbNitSettings -> () #

Hashable DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

ToJSON DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

FromJSON DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

type Rep DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaLive.Types.DvbNitSettings

type Rep DvbNitSettings = D1 ('MetaData "DvbNitSettings" "Amazonka.MediaLive.Types.DvbNitSettings" "libZSservicesZSamazonka-medialiveZSamazonka-medialive" 'False) (C1 ('MetaCons "DvbNitSettings'" 'PrefixI 'True) (S1 ('MetaSel ('Just "repInterval") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "networkName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "networkId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newDvbNitSettings 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: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).