|
a/src/ohsndrcv.hxx |
|
b/src/ohsndrcv.hxx |
|
... |
|
... |
37 |
* The mode is entered by selecting the SenderReceiver source in
|
37 |
* The mode is entered by selecting the SenderReceiver source in
|
38 |
* OHProduct::setSource. This is a slight abuse of the function, but
|
38 |
* OHProduct::setSource. This is a slight abuse of the function, but
|
39 |
* allows controlling this from any CP implementing setSource.
|
39 |
* allows controlling this from any CP implementing setSource.
|
40 |
*/
|
40 |
*/
|
41 |
|
41 |
|
|
|
42 |
#include <string>
|
|
|
43 |
|
42 |
class UpMpd;
|
44 |
class UpMpd;
|
43 |
|
45 |
|
44 |
class SenderReceiver {
|
46 |
class SenderReceiver {
|
45 |
public:
|
47 |
public:
|
46 |
SenderReceiver(UpMpd *dev);
|
48 |
SenderReceiver(UpMpd *dev, const std::string& senderstarterpath,
|
|
|
49 |
int mpdport);
|
47 |
~SenderReceiver();
|
50 |
~SenderReceiver();
|
48 |
bool start(int seekms);
|
51 |
bool start(int seekms);
|
49 |
bool stop();
|
52 |
bool stop();
|
50 |
|
53 |
|
51 |
class Internal;
|
54 |
class Internal;
|