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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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)


4062
4063
4064
4065
4066
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4062

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