Class: Aws::Types::AudioMetadata
- Inherits:
-
Object
- Object
- Aws::Types::AudioMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#codec ⇒ ::String
Returns the value of attribute codec.
-
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
-
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
-
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
Instance Attribute Details
#codec ⇒ ::String
Returns the value of attribute codec.
47 48 49 |
# File 'sig/types.rbs', line 47 def codec @codec end |
#duration_millis ⇒ ::Integer
Returns the value of attribute duration_millis.
48 49 50 |
# File 'sig/types.rbs', line 48 def duration_millis @duration_millis end |
#number_of_channels ⇒ ::Integer
Returns the value of attribute number_of_channels.
50 51 52 |
# File 'sig/types.rbs', line 50 def number_of_channels @number_of_channels end |
#sample_rate ⇒ ::Integer
Returns the value of attribute sample_rate.
49 50 51 |
# File 'sig/types.rbs', line 49 def sample_rate @sample_rate end |