|
a/src/ohreceiver.hxx |
|
b/src/ohreceiver.hxx |
|
... |
|
... |
48 |
bool iStop();
|
48 |
bool iStop();
|
49 |
bool iPlay();
|
49 |
bool iPlay();
|
50 |
bool iSetSender(const std::string& uri, const std::string& meta);
|
50 |
bool iSetSender(const std::string& uri, const std::string& meta);
|
51 |
OHReceiverParams::PlayMethod playMethod() {return m_pm;}
|
51 |
OHReceiverParams::PlayMethod playMethod() {return m_pm;}
|
52 |
|
52 |
|
53 |
// Source active ?
|
|
|
54 |
void setActive(bool onoff) {
|
53 |
void setActive(bool onoff);
|
55 |
m_active = onoff;
|
|
|
56 |
}
|
|
|
57 |
|
54 |
|
58 |
protected:
|
55 |
protected:
|
59 |
virtual bool makestate(std::unordered_map<std::string, std::string> &st);
|
56 |
virtual bool makestate(std::unordered_map<std::string, std::string> &st);
|
60 |
private:
|
57 |
private:
|
61 |
int play(const SoapIncoming& sc, SoapOutgoing& data);
|
58 |
int play(const SoapIncoming& sc, SoapOutgoing& data);
|