Refactor player and engine interfaces

This commit is contained in:
2026-06-16 13:25:52 +02:00
parent 31d7453a50
commit 0451a72a8b
5 changed files with 115 additions and 0 deletions
+4
View File
@@ -17,3 +17,7 @@ struct Metadata {
unsigned int sampleRate;
unsigned int bitRate;
};
struct Track {
};