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.
-
#channel_layout ⇒ ::String
Returns the value of attribute channel_layout.
-
#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.
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.
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.
163 164 165 |
# File 'sig/types.rbs', line 163 def channel_layout @channel_layout end |
#channels ⇒ ::Integer
Returns the value of attribute channels.
164 165 166 |
# File 'sig/types.rbs', line 164 def channels @channels end |
#frame_rate ⇒ Types::FrameRate
Returns the value of attribute frame_rate.
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.
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.
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.
168 169 170 |
# File 'sig/types.rbs', line 168 def sample_rate @sample_rate end |