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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/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.

Returns:

  • (String)


1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1712

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.

Returns:

  • (String)


1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1712

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

#selector_settingsTypes::CaptionSelectorSettings

Caption selector settings.



1712
1713
1714
1715
1716
1717
1718
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 1712

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