Switch to unified view
a/src/ohradio.hxx | b/src/ohradio.hxx | ||
---|---|---|---|
... |
... |
||
37 | // We can only offer this if Python is available because of the |
37 | // We can only offer this if Python is available because of the |
38 | // stream uri fetching script. This is checked during construction. |
38 | // stream uri fetching script. This is checked during construction. |
39 | bool ok() {return m_ok;} |
39 | bool ok() {return m_ok;} |
40 | 40 | ||
41 | int iStop(); |
41 | int iStop(); |
42 | int iPlay(); |
||
42 | 43 | ||
43 | // Source active ? |
44 | // Source active ? |
44 | void setActive(bool onoff); |
45 | void setActive(bool onoff); |
45 | 46 | ||
46 | protected: |
47 | protected: |