|
a/upmpd/ohplaylist.hxx |
|
b/upmpd/ohplaylist.hxx |
|
... |
|
... |
61 |
void maybeWakeUp(bool ok);
|
61 |
void maybeWakeUp(bool ok);
|
62 |
// State variable storage
|
62 |
// State variable storage
|
63 |
unordered_map<string, string> m_state;
|
63 |
unordered_map<string, string> m_state;
|
64 |
UpMpd *m_dev;
|
64 |
UpMpd *m_dev;
|
65 |
UpMpdRenderCtl *m_ctl;
|
65 |
UpMpdRenderCtl *m_ctl;
|
|
|
66 |
|
|
|
67 |
// Storage for song metadata, indexed by MPD song queue id. The
|
|
|
68 |
// data is the DIDL XML string.
|
66 |
std::unordered_map<int, std::string> m_metacache;
|
69 |
std::unordered_map<int, std::string> m_metacache;
|
67 |
};
|
70 |
};
|
68 |
|
71 |
|
69 |
#endif /* _OHPLAYLIST_H_X_INCLUDED_ */
|
72 |
#endif /* _OHPLAYLIST_H_X_INCLUDED_ */
|