Class: Aws::MediaConvert::Types::DvbTdtSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbTdtSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Note:
When making an API call, you may pass DvbTdtSettings data as a hash:
{
tdt_interval: 1,
}
Use these settings to insert a DVB Time and Date Table (TDT) in the transport stream of this output. When you work directly in your JSON job specification, include this object only when your job has a transport stream output and the container settings contain the object M2tsSettings.
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.
8776 8777 8778 8779 8780 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 8776 class DvbTdtSettings < Struct.new( :tdt_interval) SENSITIVE = [] include Aws::Structure end |