MCPcopy Create free account
hub / github.com/BlueMatthew/WechatExporter / Mp3Task

Method Mp3Task

WechatExporter/core/AsyncTask.cpp:330–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330Mp3Task::Mp3Task(const std::string &pcm, const std::string& mp3, unsigned int mtime) : m_pcm(pcm), m_mp3(mp3), m_mtime(mtime)
331{
332}
333
334void Mp3Task::swapBuffer(std::vector<unsigned char>& buffer)
335{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected