Class: Aws::MediaLive::Types::AncillarySourceSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AncillarySourceSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Ancillary Source Settings
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#source_ancillary_channel_number ⇒ Integer
Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions.
Instance Attribute Details
#source_ancillary_channel_number ⇒ Integer
Specifies the number (1 to 4) of the captions channel you want to extract from the ancillary captions. If you plan to convert the ancillary captions to another format, complete this field. If you plan to choose Embedded as the captions destination in the output (to pass through all the channels in the ancillary captions), leave this field blank because MediaLive ignores the field.
194 195 196 197 198 |
# File 'lib/aws-sdk-medialive/types.rb', line 194 class AncillarySourceSettings < Struct.new( :source_ancillary_channel_number) SENSITIVE = [] include Aws::Structure end |