Class: FormatParser::MP3Parser::VBRHeader
- Inherits:
-
Struct
- Object
- Struct
- FormatParser::MP3Parser::VBRHeader
- Defined in:
- lib/parsers/mp3_parser.rb
Instance Attribute Summary collapse
-
#byte_count ⇒ Object
Returns the value of attribute byte_count.
-
#frames ⇒ Object
Returns the value of attribute frames.
-
#toc_entries ⇒ Object
Returns the value of attribute toc_entries.
-
#vbr_scale ⇒ Object
Returns the value of attribute vbr_scale.
Instance Attribute Details
#byte_count ⇒ Object
Returns the value of attribute byte_count
11 12 13 |
# File 'lib/parsers/mp3_parser.rb', line 11 def byte_count @byte_count end |
#frames ⇒ Object
Returns the value of attribute frames
11 12 13 |
# File 'lib/parsers/mp3_parser.rb', line 11 def frames @frames end |
#toc_entries ⇒ Object
Returns the value of attribute toc_entries
11 12 13 |
# File 'lib/parsers/mp3_parser.rb', line 11 def toc_entries @toc_entries end |
#vbr_scale ⇒ Object
Returns the value of attribute vbr_scale
11 12 13 |
# File 'lib/parsers/mp3_parser.rb', line 11 def vbr_scale @vbr_scale end |