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

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

Overview

Note:

When making an API call, you may pass DvbTdtSettings data as a hash:

{
  rep_interval: 1,
}

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)


6260
6261
6262
6263
6264
# File 'lib/aws-sdk-medialive/types.rb', line 6260

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