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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3817
3818
3819
3820
3821
3822
3823
# File 'lib/aws-sdk-medialive/types.rb', line 3817

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)


3817
3818
3819
3820
3821
3822
3823
# File 'lib/aws-sdk-medialive/types.rb', line 3817

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)


3817
3818
3819
3820
3821
3822
3823
# File 'lib/aws-sdk-medialive/types.rb', line 3817

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