libeplayer3/libspark: cPlayback: implement retrieval of metadata

Origin commit data
------------------
Branch: master
Commit: 1c676196af
Author: martii <m4rtii@gmx.de>
Date: 2014-01-19 (Sun, 19 Jan 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-01-19 12:25:35 +01:00
parent b06695bcee
commit 7e5cbd29fb
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);