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

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

Overview

Note:

When making an API call, you may pass AncillarySourceSettings data as a hash:

{
  source_ancillary_channel_number: 1,
}

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)


215
216
217
218
219
# File 'lib/aws-sdk-medialive/types.rb', line 215

class AncillarySourceSettings < Struct.new(
  :source_ancillary_channel_number)
  SENSITIVE = []
  include Aws::Structure
end