Class: Aws::MediaLive::Types::AudioTrack

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

{
  track: 1, # required
}

Audio Track

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trackInteger

1-based integer value that maps to a specific audio track

Returns:

  • (Integer)


1088
1089
1090
1091
1092
# File 'lib/aws-sdk-medialive/types.rb', line 1088

class AudioTrack < Struct.new(
  :track)
  SENSITIVE = []
  include Aws::Structure
end