Class: Aws::Types::AudioProperties

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bit_depth::Integer

Returns the value of attribute bit_depth.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def bit_depth
  @bit_depth
end

#bit_rate::Integer

Returns the value of attribute bit_rate.

Returns:

  • (::Integer)


162
163
164
# File 'sig/types.rbs', line 162

def bit_rate
  @bit_rate
end

#channel_layout::String

Returns the value of attribute channel_layout.

Returns:

  • (::String)


163
164
165
# File 'sig/types.rbs', line 163

def channel_layout
  @channel_layout
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


164
165
166
# File 'sig/types.rbs', line 164

def channels
  @channels
end

#frame_rateTypes::FrameRate

Returns the value of attribute frame_rate.

Returns:



165
166
167
# File 'sig/types.rbs', line 165

def frame_rate
  @frame_rate
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def language_code
  @language_code
end

#object_count::Integer

Returns the value of attribute object_count.

Returns:

  • (::Integer)


167
168
169
# File 'sig/types.rbs', line 167

def object_count
  @object_count
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


168
169
170
# File 'sig/types.rbs', line 168

def sample_rate
  @sample_rate
end