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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

DVB Network Information Table (NIT)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_idInteger

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

Returns:

  • (Integer)


3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3832

class DvbNitSettings < Struct.new(
  :network_id,
  :network_name,
  :rep_interval)
  SENSITIVE = []
  include Aws::Structure
end

#network_nameString

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

Returns:

  • (String)


3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3832

class DvbNitSettings < Struct.new(
  :network_id,
  :network_name,
  :rep_interval)
  SENSITIVE = []
  include Aws::Structure
end

#rep_intervalInteger

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

Returns:

  • (Integer)


3832
3833
3834
3835
3836
3837
3838
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 3832

class DvbNitSettings < Struct.new(
  :network_id,
  :network_name,
  :rep_interval)
  SENSITIVE = []
  include Aws::Structure
end