Class: Aws::MediaConvert::Types::DvbTdtSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbTdtSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tdt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
Instance Attribute Details
#tdt_interval ⇒ Integer
The number of milliseconds between instances of this table in the output transport stream.
4316 4317 4318 4319 4320 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4316 class DvbTdtSettings < Struct.new( :tdt_interval) SENSITIVE = [] include Aws::Structure end |