Class: Aws::MediaLive::Types::AudioHlsRenditionSelection

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 AudioHlsRenditionSelection data as a hash:

{
  group_id: "__stringMin1", # required
  name: "__stringMin1", # required
}

Audio Hls Rendition Selection

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_idString

Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.

Returns:

  • (String)


846
847
848
849
850
851
# File 'lib/aws-sdk-medialive/types.rb', line 846

class AudioHlsRenditionSelection < Struct.new(
  :group_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.

Returns:

  • (String)


846
847
848
849
850
851
# File 'lib/aws-sdk-medialive/types.rb', line 846

class AudioHlsRenditionSelection < Struct.new(
  :group_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end