initial Commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "Metadata.h"
|
||||
#include <taglib/tstring.h>
|
||||
#include <taglib/fileref.h>
|
||||
|
||||
|
||||
class Tag {
|
||||
public:
|
||||
void readTag( TagLib::FileName fileName );
|
||||
Metadata getMetadata() const;
|
||||
|
||||
std::string& getFilePath() const;
|
||||
private:
|
||||
Metadata metadata_;
|
||||
std::string filePath_;
|
||||
};
|
||||
Reference in New Issue
Block a user