Class: Aws::MediaLive::Types::MediaPackageV2GroupSettings

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

Overview

Media Package V2 Group Settings

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#caption_language_mappingsArray<Types::CaptionLanguageMapping>

Mapping of up to 4 caption channels to caption languages.

Returns:



21859
21860
21861
21862
21863
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 21859

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