Revert "Revert "Add a tool to inspect audio files, only MP4 is implemented for now""

This reverts commit c6f7ad3e83.
This commit is contained in:
Lukáš Lalinský
2012-11-12 16:16:31 +01:00
parent f407d1456c
commit e8ae4ecd93
16 changed files with 252 additions and 2 deletions

View File

@ -27,6 +27,7 @@
#define TAGLIB_AUDIOPROPERTIES_H
#include "taglib_export.h"
#include "tstring.h"
namespace TagLib {
@ -86,6 +87,8 @@ namespace TagLib {
*/
virtual int channels() const = 0;
String toString() const;
protected:
/*!