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)


154
155
156
# File 'sig/types.rbs', line 154

def bit_depth
  @bit_depth
end

#bit_rate::Integer

Returns the value of attribute bit_rate.

Returns:

  • (::Integer)


155
156
157
# File 'sig/types.rbs', line 155

def bit_rate
  @bit_rate
end

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


156
157
158
# File 'sig/types.rbs', line 156

def channels
  @channels
end

#frame_rateTypes::FrameRate

Returns the value of attribute frame_rate.

Returns:



157
158
159
# File 'sig/types.rbs', line 157

def frame_rate
  @frame_rate
end

#language_code::String

Returns the value of attribute language_code.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def language_code
  @language_code
end

#object_count::Integer

Returns the value of attribute object_count.

Returns:

  • (::Integer)


159
160
161
# File 'sig/types.rbs', line 159

def object_count
  @object_count
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


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

def sample_rate
  @sample_rate
end