Class: Aws::MediaConvert::Types::DvbSubSourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::DvbSubSourceSettings
- Includes:
- Structure
- Defined in:
- 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.
4310 4311 4312 4313 4314 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 4310 class DvbSubSourceSettings < Struct.new( :pid) SENSITIVE = [] include Aws::Structure end |