Class: Aws::MediaLive::Types::DvbNitSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::DvbNitSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
DVB Network Information Table (NIT)
Constant Summary collapse
- SENSITIVE =
 []
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 networkNameDescriptor inside the Network Information Table.
 - 
  
    
      #rep_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).
      3916 3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3916 class DvbNitSettings < Struct.new( :network_id, :network_name, :rep_interval) SENSITIVE = [] include Aws::Structure end  | 
  
#network_name ⇒ String
The network name text placed in the networkNameDescriptor inside the Network Information Table. Maximum length is 256 characters.
      3916 3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3916 class DvbNitSettings < Struct.new( :network_id, :network_name, :rep_interval) SENSITIVE = [] include Aws::Structure end  | 
  
#rep_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
      3916 3917 3918 3919 3920 3921 3922  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 3916 class DvbNitSettings < Struct.new( :network_id, :network_name, :rep_interval) SENSITIVE = [] include Aws::Structure end  |