Switch to unified view
a/upmpd/mpdcli.hxx | b/upmpd/mpdcli.hxx | ||
---|---|---|---|
... |
... |
||
75 | 75 | ||
76 | private: |
76 | private: |
77 | void *m_conn; |
77 | void *m_conn; |
78 | bool m_ok; |
78 | bool m_ok; |
79 | MpdStatus m_stat; |
79 | MpdStatus m_stat; |
80 | // Saved volume while muted. |
||
80 | int m_premutevolume; |
81 | int m_premutevolume; |
82 | // Volume that we use when MPD is stopped (does not return a |
||
83 | // volume in the status) |
||
84 | int m_cachedvolume; |
||
81 | std::string m_host; |
85 | std::string m_host; |
82 | int m_port; |
86 | int m_port; |
83 | std::string m_password; |
87 | std::string m_password; |
84 | 88 | ||
85 | bool openconn(); |
89 | bool openconn(); |