Class: Aws::MediaConvert::Types::DvbSubSourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbSubSourceSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
DVB Sub Source Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pid ⇒ Integer
When using DVB-Sub with Burn-in, use this PID for the source content.
Instance Attribute Details
#pid ⇒ Integer
When using DVB-Sub with Burn-in, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
4412 4413 4414 4415 4416 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4412 class DvbSubSourceSettings < Struct.new( :pid) SENSITIVE = [] include Aws::Structure end |