| 328 | } |
| 329 | |
| 330 | Mp3Task::Mp3Task(const std::string &pcm, const std::string& mp3, unsigned int mtime) : m_pcm(pcm), m_mp3(mp3), m_mtime(mtime) |
| 331 | { |
| 332 | } |
| 333 | |
| 334 | void Mp3Task::swapBuffer(std::vector<unsigned char>& buffer) |
| 335 | { |
nothing calls this directly
no outgoing calls
no test coverage detected