Class: Aws::MediaLive::Types::DvbTdtSettings

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-medialive/types.rb

Overview

DVB Time and Date Table (SDT)

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rep_intervalInteger

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

Returns:

  • (Integer)


3871
3872
3873
3874
3875
# File 'lib/aws-sdk-medialive/types.rb', line 3871

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