Class: Aws::MediaLive::Types::DvbTdtSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DvbTdtSettings
- 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
-
#rep_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
Instance Attribute Details
#rep_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
4146 4147 4148 4149 4150 |
# File 'lib/aws-sdk-medialive/types.rb', line 4146 class DvbTdtSettings < Struct.new( :rep_interval) SENSITIVE = [] include Aws::Structure end |