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)


4047
4048
4049
4050
4051
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4047

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