You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::DvbNitSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DvbNitSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  network_id: 1, # required
  network_name: "__stringMin1Max256", # required
  rep_interval: 1,
}

DVB Network Information Table (NIT)

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#network_idInteger

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

Returns:

  • (Integer)

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

#network_nameString

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

Returns:

  • (String)

    The network name text placed in the networkNameDescriptor inside the Network Information Table.

#rep_intervalInteger

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

Returns:

  • (Integer)

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