Class: Aws::MediaLive::Types::DvbSubSourceSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Dvb Sub Source Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ocr_languageString

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.

Returns:

  • (String)


4031
4032
4033
4034
4035
4036
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4031

class DvbSubSourceSettings < Struct.new(
  :ocr_language,
  :pid)
  SENSITIVE = []
  include Aws::Structure
end

#pidInteger

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.

Returns:

  • (Integer)


4031
4032
4033
4034
4035
4036
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 4031

class DvbSubSourceSettings < Struct.new(
  :ocr_language,
  :pid)
  SENSITIVE = []
  include Aws::Structure
end