Class: Aws::MediaLive::Types::DvbSubSourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::DvbSubSourceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Dvb Sub Source Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ocr_language ⇒ String
If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
-
#pid ⇒ Integer
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content.
Instance Attribute Details
#ocr_language ⇒ String
If you will configure a WebVTT caption description that references this caption selector, use this field to provide the language to consider when translating the image-based source to text.
4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-medialive/types.rb', line 4130 class DvbSubSourceSettings < Struct.new( :ocr_language, :pid) SENSITIVE = [] include Aws::Structure end |
#pid ⇒ Integer
When using DVB-Sub with Burn-In or SMPTE-TT, use this PID for the source content. Unused for DVB-Sub passthrough. All DVB-Sub content is passed through, regardless of selectors.
4130 4131 4132 4133 4134 4135 |
# File 'lib/aws-sdk-medialive/types.rb', line 4130 class DvbSubSourceSettings < Struct.new( :ocr_language, :pid) SENSITIVE = [] include Aws::Structure end |