Class: Aws::MediaConvert::Types::DvbNitSettings

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

Overview

Use these settings to insert a DVB Network Information Table (NIT) in the transport stream of this output.

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)


3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3878

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

#network_nameString

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

Returns:

  • (String)


3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3878

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

#nit_intervalInteger

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

Returns:

  • (Integer)


3878
3879
3880
3881
3882
3883
3884
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 3878

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