Class: Aws::MediaConvert::Types::DvbTdtSettings

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 Time and Date Table (TDT) in the transport stream of this output.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tdt_intervalInteger

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

Returns:

  • (Integer)


4265
4266
4267
4268
4269
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4265

class DvbTdtSettings < Struct.new(
  :tdt_interval)
  SENSITIVE = []
  include Aws::Structure
end