Class: Aws::MediaLive::Types::AudioDolbyEDecode
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaLive::Types::AudioDolbyEDecode
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medialive/types.rb
Overview
Audio Dolby EDecode
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#program_selection ⇒ String
Applies only to Dolby E.
Instance Attribute Details
#program_selection ⇒ String
Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.
489 490 491 492 493 |
# File 'lib/aws-sdk-medialive/types.rb', line 489 class AudioDolbyEDecode < Struct.new( :program_selection) SENSITIVE = [] include Aws::Structure end |