Revision 59be6a47 src/clientconnection.h
src/clientconnection.h | ||
---|---|---|
43 | 43 |
void checkSchedule(StringList&); |
44 | 44 |
|
45 | 45 |
int schedule(const std::string &type, const std::string &channel, |
46 |
time_t when, unsigned duration, int priority, |
|
46 |
bool convertToPS, time_t when, unsigned duration, int priority,
|
|
47 | 47 |
const std::string &outputFile); |
48 | 48 |
|
49 | 49 |
bool removeJob(int job); |
50 | 50 |
|
51 | 51 |
bool listSchedule(StringList &); |
52 | 52 |
|
53 |
bool tune(const std::string &type, const std::string &channel, int priority); |
|
53 |
bool tune(const std::string &type, const std::string &channel, bool convertToPS, int priority);
|
|
54 | 54 |
|
55 | 55 |
bool getNextJobTime(time_t &nextJobTime); |
56 | 56 |
|
Also available in: Unified diff