libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
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.MediaConvert.Types.DvbNitSettings

Description

 
Synopsis

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.

Constructors

DvbNitSettings' 

Fields

  • networkId :: Maybe Natural

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

  • networkName :: Maybe Text

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

  • nitInterval :: Maybe Natural

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

Instances

Instances details
Eq DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

Read DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

Show DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

Generic DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

Associated Types

type Rep DvbNitSettings :: Type -> Type #

NFData DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

Methods

rnf :: DvbNitSettings -> () #

Hashable DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

ToJSON DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

FromJSON DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

type Rep DvbNitSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.DvbNitSettings

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

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.