Class: FormatParser::MP3Parser::VBRHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/parsers/mp3_parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#byte_countObject

Returns the value of attribute byte_count

Returns:

  • (Object)

    the current value of byte_count



11
12
13
# File 'lib/parsers/mp3_parser.rb', line 11

def byte_count
  @byte_count
end

#framesObject

Returns the value of attribute frames

Returns:

  • (Object)

    the current value of frames



11
12
13
# File 'lib/parsers/mp3_parser.rb', line 11

def frames
  @frames
end

#toc_entriesObject

Returns the value of attribute toc_entries

Returns:

  • (Object)

    the current value of toc_entries



11
12
13
# File 'lib/parsers/mp3_parser.rb', line 11

def toc_entries
  @toc_entries
end

#vbr_scaleObject

Returns the value of attribute vbr_scale

Returns:

  • (Object)

    the current value of vbr_scale



11
12
13
# File 'lib/parsers/mp3_parser.rb', line 11

def vbr_scale
  @vbr_scale
end