You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::DvbNitSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbNitSettings
- Defined in:
- (unknown)
Overview
When passing DvbNitSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
network_id: 1,
network_name: "__stringMin1Max256",
nit_interval: 1,
}
Inserts DVB Network Information Table (NIT) at the specified table repetition interval.
Returned by:
Instance Attribute Summary collapse
-
#network_id ⇒ Integer
The numeric value placed in the Network Information Table (NIT).
-
#network_name ⇒ String
The network name text placed in the network_name_descriptor inside the Network Information Table.
-
#nit_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
Instance Attribute Details
#network_id ⇒ Integer
The numeric value placed in the Network Information Table (NIT).
#network_name ⇒ String
The network name text placed in the network_name_descriptor inside the Network Information Table. Maximum length is 256 characters.
#nit_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.