Class: WahWah::FlacTag

Inherits:
Tag
  • Object
show all
Includes:
WahWah::Flac::StreaminfoBlock, Ogg::VorbisComment
Defined in:
lib/wahwah/flac_tag.rb

Constant Summary collapse

TAG_ID =
"fLaC"

Constants included from WahWah::Flac::StreaminfoBlock

WahWah::Flac::StreaminfoBlock::STREAMINFO_BLOCK_SIZE

Constants included from Ogg::VorbisComment

Ogg::VorbisComment::COMMET_FIELD_MAPPING

Constants inherited from Tag

Tag::INSPECT_ATTRIBUTES, Tag::INTEGER_ATTRIBUTES

Method Summary

Methods included from WahWah::Flac::StreaminfoBlock

#parse_streaminfo_block

Methods included from Ogg::VorbisComment

#parse_vorbis_comment

Methods inherited from Tag

#images, #initialize, #inspect

Constructor Details

This class inherits a constructor from WahWah::Tag