Class: Aws::MediaLive::Types::AudioHlsRenditionSelection
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioHlsRenditionSelection
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Audio Hls Rendition Selection
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#group_id ⇒ String
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
-
#name ⇒ String
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
Instance Attribute Details
#group_id ⇒ String
Specifies the GROUP-ID in the #EXT-X-MEDIA tag of the target HLS audio rendition.
509 510 511 512 513 514 |
# File 'lib/aws-sdk-medialive/types.rb', line 509 class AudioHlsRenditionSelection < Struct.new( :group_id, :name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Specifies the NAME in the #EXT-X-MEDIA tag of the target HLS audio rendition.
509 510 511 512 513 514 |
# File 'lib/aws-sdk-medialive/types.rb', line 509 class AudioHlsRenditionSelection < Struct.new( :group_id, :name) SENSITIVE = [] include Aws::Structure end |