Class: Aws::MediaLive::Types::CaptionDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::CaptionDescription
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Caption Description
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accessibility ⇒ String
Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds.
-
#caption_dash_roles ⇒ Array<String>
Identifies the DASH roles to assign to this captions output.
-
#caption_selector_name ⇒ String
Specifies which input caption selector to use as a caption source when generating output captions.
-
#destination_settings ⇒ Types::CaptionDestinationSettings
Additional settings for captions destination that depend on the destination type.
-
#dvb_dash_accessibility ⇒ String
Identifies DVB DASH accessibility signaling in this captions output.
-
#language_code ⇒ String
ISO 639-2 three-digit code: www.loc.gov/standards/iso639-2/.
-
#language_description ⇒ String
Human readable information to indicate captions available for players (eg. English, or Spanish).
-
#name ⇒ String
Name of the caption description.
Instance Attribute Details
#accessibility ⇒ String
Indicates whether the caption track implements accessibility features such as written descriptions of spoken dialog, music, and sounds. This signaling is added to HLS output group and MediaPackage output group.
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#caption_dash_roles ⇒ Array<String>
Identifies the DASH roles to assign to this captions output. Applies only when the captions output is configured for DVB DASH accessibility signaling.
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#caption_selector_name ⇒ String
Specifies which input caption selector to use as a caption source when generating output captions. This field should match a captionSelector name.
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#destination_settings ⇒ Types::CaptionDestinationSettings
Additional settings for captions destination that depend on the destination type.
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#dvb_dash_accessibility ⇒ String
Identifies DVB DASH accessibility signaling in this captions output. Used in Microsoft Smooth Streaming outputs to signal accessibility information to packagers.
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
ISO 639-2 three-digit code: www.loc.gov/standards/iso639-2/
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#language_description ⇒ String
Human readable information to indicate captions available for players (eg. English, or Spanish).
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Name of the caption description. Used to associate a caption description with an output. Names must be unique within an event.
1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 |
# File 'lib/aws-sdk-medialive/types.rb', line 1546 class CaptionDescription < Struct.new( :accessibility, :caption_selector_name, :destination_settings, :language_code, :language_description, :name, :caption_dash_roles, :dvb_dash_accessibility) SENSITIVE = [] include Aws::Structure end |