Switch to unified view
a/src/ohsndrcv.hxx | b/src/ohsndrcv.hxx | ||
---|---|---|---|
... |
... |
||
46 | class SenderReceiver { |
46 | class SenderReceiver { |
47 | public: |
47 | public: |
48 | SenderReceiver(UpMpd *dev, const std::string& senderstarterpath, |
48 | SenderReceiver(UpMpd *dev, const std::string& senderstarterpath, |
49 | int mpdport); |
49 | int mpdport); |
50 | ~SenderReceiver(); |
50 | ~SenderReceiver(); |
51 | bool start(int seekms); |
51 | bool start(bool useradio, int seekms);
|
52 | bool stop(); |
52 | bool stop(); |
53 | 53 | ||
54 | class Internal; |
54 | class Internal; |
55 | private: |
55 | private: |
56 | Internal *m; |
56 | Internal *m; |