Class: Aws::MediaLive::Types::CaptionSelector

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

Overview

Caption Selector

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

When specified this field indicates the three letter language code of the caption track to extract from the source.



1739
1740
1741
1742
1743
1744
1745
# File 'lib/aws-sdk-medialive/types.rb', line 1739

class CaptionSelector < Struct.new(
  :language_code,
  :name,
  :selector_settings)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.



1739
1740
1741
1742
1743
1744
1745
# File 'lib/aws-sdk-medialive/types.rb', line 1739

class CaptionSelector < Struct.new(
  :language_code,
  :name,
  :selector_settings)
  SENSITIVE = []
  include Aws::Structure
end

#selector_settingsTypes::CaptionSelectorSettings

Caption selector settings.



1739
1740
1741
1742
1743
1744
1745
# File 'lib/aws-sdk-medialive/types.rb', line 1739

class CaptionSelector < Struct.new(
  :language_code,
  :name,
  :selector_settings)
  SENSITIVE = []
  include Aws::Structure
end