Class: FormatParser::MP3Parser::MPEGFrame
- Inherits:
-
Struct
- Object
- Struct
- FormatParser::MP3Parser::MPEGFrame
- Defined in:
- lib/parsers/mp3_parser.rb
Instance Attribute Summary collapse
-
#channels ⇒ Object
Returns the value of attribute channels.
-
#frame_bitrate ⇒ Object
Returns the value of attribute frame_bitrate.
-
#frame_length ⇒ Object
Returns the value of attribute frame_length.
-
#mpeg_id ⇒ Object
Returns the value of attribute mpeg_id.
-
#offset_in_file ⇒ Object
Returns the value of attribute offset_in_file.
-
#sample_rate ⇒ Object
Returns the value of attribute sample_rate.
Instance Attribute Details
#channels ⇒ Object
Returns the value of attribute channels
8 9 10 |
# File 'lib/parsers/mp3_parser.rb', line 8 def channels @channels end |
#frame_bitrate ⇒ Object
Returns the value of attribute frame_bitrate
8 9 10 |
# File 'lib/parsers/mp3_parser.rb', line 8 def frame_bitrate @frame_bitrate end |
#frame_length ⇒ Object
Returns the value of attribute frame_length
8 9 10 |
# File 'lib/parsers/mp3_parser.rb', line 8 def frame_length @frame_length end |
#mpeg_id ⇒ Object
Returns the value of attribute mpeg_id
8 9 10 |
# File 'lib/parsers/mp3_parser.rb', line 8 def mpeg_id @mpeg_id end |
#offset_in_file ⇒ Object
Returns the value of attribute offset_in_file
8 9 10 |
# File 'lib/parsers/mp3_parser.rb', line 8 def offset_in_file @offset_in_file end |
#sample_rate ⇒ Object
Returns the value of attribute sample_rate
8 9 10 |
# File 'lib/parsers/mp3_parser.rb', line 8 def sample_rate @sample_rate end |