class Aws::MediaConvert::Types::DvbNitSettings

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.

@note When making an API call, you may pass DvbNitSettings

data as a hash:

    {
      network_id: 1,
      network_name: "__stringMin1Max256",
      nit_interval: 1,
    }

@!attribute [rw] network_id

The numeric value placed in the Network Information Table (NIT).
@return [Integer]

@!attribute [rw] network_name

The network name text placed in the network\_name\_descriptor inside
the Network Information Table. Maximum length is 256 characters.
@return [String]

@!attribute [rw] nit_interval

The number of milliseconds between instances of this table in the
output transport stream.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/mediaconvert-2017-08-29/DvbNitSettings AWS API Documentation

Constants

SENSITIVE