Class: Aws::MediaConvert::Types::AncillarySourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::AncillarySourceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconvert/types.rb
Overview
Settings for ancillary captions source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#convert_608_to_708 ⇒ String
Specify whether this set of input captions appears in your outputs in both 608 and 708 format.
-
#source_ancillary_channel_number ⇒ Integer
Specifies the 608 channel number in the ancillary data track from which to extract captions.
-
#terminate_captions ⇒ String
By default, the service terminates any unterminated captions at the end of each input.
Instance Attribute Details
#convert_608_to_708 ⇒ String
Specify whether this set of input captions appears in your outputs in both 608 and 708 format. If you choose Upconvert, MediaConvert includes the captions data in two ways: it passes the 608 data through using the 608 compatibility bytes fields of the 708 wrapper, and it also translates the 608 data into 708.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 343 class AncillarySourceSettings < Struct.new( :convert_608_to_708, :source_ancillary_channel_number, :terminate_captions) SENSITIVE = [] include Aws::Structure end |
#source_ancillary_channel_number ⇒ Integer
Specifies the 608 channel number in the ancillary data track from which to extract captions. Unused for passthrough.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 343 class AncillarySourceSettings < Struct.new( :convert_608_to_708, :source_ancillary_channel_number, :terminate_captions) SENSITIVE = [] include Aws::Structure end |
#terminate_captions ⇒ String
By default, the service terminates any unterminated captions at the end of each input. If you want the caption to continue onto your next input, disable this setting.
343 344 345 346 347 348 349 |
# File 'lib/aws-sdk-mediaconvert/types.rb', line 343 class AncillarySourceSettings < Struct.new( :convert_608_to_708, :source_ancillary_channel_number, :terminate_captions) SENSITIVE = [] include Aws::Structure end |