Class: FormatParser::MP3Parser::MP3Info
- Inherits:
-
Struct
- Object
- Struct
- FormatParser::MP3Parser::MP3Info
- Defined in:
- lib/parsers/mp3_parser.rb
Instance Attribute Summary collapse
-
#duration_seconds ⇒ Object
Returns the value of attribute duration_seconds.
-
#num_channels ⇒ Object
Returns the value of attribute num_channels.
-
#sampling_rate ⇒ Object
Returns the value of attribute sampling_rate.
Instance Attribute Details
#duration_seconds ⇒ Object
Returns the value of attribute duration_seconds
14 15 16 |
# File 'lib/parsers/mp3_parser.rb', line 14 def duration_seconds @duration_seconds end |
#num_channels ⇒ Object
Returns the value of attribute num_channels
14 15 16 |
# File 'lib/parsers/mp3_parser.rb', line 14 def num_channels @num_channels end |
#sampling_rate ⇒ Object
Returns the value of attribute sampling_rate
14 15 16 |
# File 'lib/parsers/mp3_parser.rb', line 14 def sampling_rate @sampling_rate end |