Mercurial > hg > svcore
diff data/fileio/OggVorbisFileReader.h @ 633:7feec7756b41
* Bit more work on track composer identification
author | Chris Cannam |
---|---|
date | Mon, 22 Mar 2010 16:41:01 +0000 |
parents | 3e139b2dfe5e |
children | f3cda3280398 59e7fe1b1003 |
line wrap: on
line diff
--- a/data/fileio/OggVorbisFileReader.h Fri Mar 19 12:21:59 2010 +0000 +++ b/data/fileio/OggVorbisFileReader.h Mon Mar 22 16:41:01 2010 +0000 @@ -51,6 +51,7 @@ virtual QString getLocation() const { return m_source.getLocation(); } virtual QString getTitle() const { return m_title; } virtual QString getMaker() const { return m_maker; } + virtual TagMap getTags() const { return m_tags; } static void getSupportedExtensions(std::set<QString> &extensions); static bool supportsExtension(QString ext); @@ -72,6 +73,7 @@ QString m_error; QString m_title; QString m_maker; + TagMap m_tags; OGGZ *m_oggz; FishSound *m_fishSound;