Class: Aws::MediaLive::Types::AudioDolbyEDecode

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

Overview

Audio Dolby EDecode

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#program_selectionString

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.

Returns:

  • (String)


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