libeplayer3/libspark: cPlayback: implement retrieval of metadata

This commit is contained in:
martii
2014-01-19 12:25:35 +01:00
parent 4ab0e8f89e
commit 1c676196af
9 changed files with 111 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ class cPlayback
bool SelectSubtitles(int pid);
#endif
void GetChapters(std::vector<int> &positions, std::vector<std::string> &titles);
void GetMetadata(std::vector<std::string> &keys, std::vector<std::string> &values);
#if 0
// Functions that are not used by movieplayer.cpp:
bool GetOffset(off64_t &offset);