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

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


4316
4317
4318
4319
4320
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4316

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