Class: Aws::MediaLive::Types::AncillarySourceSettings

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

Overview

Ancillary Source Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#source_ancillary_channel_numberInteger

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.

Returns:

  • (Integer)


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