Method: Aws::MediaConvert::Types::DvbNitSettings#nit_interval

Defined in:
lib/aws-sdk-mediaconvert/types.rb

#nit_intervalInteger

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

Returns:

  • (Integer)


4177
4178
4179
4180
4181
4182
4183
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4177

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