initial Commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <taglib/tag.h>
|
||||
|
||||
struct Metadata {
|
||||
TagLib::String artist;
|
||||
TagLib::String title;
|
||||
TagLib::String album;
|
||||
TagLib::String albumArtist;
|
||||
unsigned int year;
|
||||
std::string artwork;
|
||||
TagLib::String genre;
|
||||
unsigned int trackNr;
|
||||
double length;
|
||||
std::string format;
|
||||
unsigned int sampleRate;
|
||||
unsigned int bitRate;
|
||||
};
|
||||
Reference in New Issue
Block a user