Class: Aws::Types::AudioProperties
- Inherits:
-
Object
- Object
- Aws::Types::AudioProperties
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
-
#bit_rate ⇒ ::Integer
Returns the value of attribute bit_rate.
-
#channels ⇒ ::Integer
Returns the value of attribute channels.
-
#frame_rate ⇒ Types::FrameRate
Returns the value of attribute frame_rate.
-
#language_code ⇒ ::String
Returns the value of attribute language_code.
-
#object_count ⇒ ::Integer
Returns the value of attribute object_count.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#bit_depth ⇒ ::Integer
Returns the value of attribute bit_depth.
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.
155 156 157 |
# File 'sig/types.rbs', line 155 def bit_rate @bit_rate end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
156 157 158 |
# File 'sig/types.rbs', line 156 def channels @channels end |
#frame_rate ⇒ Types::FrameRate
Returns the value of attribute frame_rate.
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.
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.
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.
160 161 162 |
# File 'sig/types.rbs', line 160 def sample_rate @sample_rate end |