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

Instance Attribute Summary

Attributes inherited from Tag

#album, #albumartist, #artist, #bit_depth, #bitrate, #comments, #composer, #disc, #disc_total, #duration, #file_size, #genre, #lyrics, #sample_rate, #title, #track, #track_total, #year

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