Class: Aws::MediaLive::Types::AudioTrackSelection

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

Overview

Audio Track Selection

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dolby_e_decodeTypes::AudioDolbyEDecode

Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337



728
729
730
731
732
733
# File 'lib/aws-sdk-medialive/types.rb', line 728

class AudioTrackSelection < Struct.new(
  :tracks,
  :dolby_e_decode)
  SENSITIVE = []
  include Aws::Structure
end

#tracksArray<Types::AudioTrack>

Selects one or more unique audio tracks from within a source.

Returns:



728
729
730
731
732
733
# File 'lib/aws-sdk-medialive/types.rb', line 728

class AudioTrackSelection < Struct.new(
  :tracks,
  :dolby_e_decode)
  SENSITIVE = []
  include Aws::Structure
end