MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / ~AudioFileProcessor

Method ~AudioFileProcessor

src_cpp/yaafe-core/AudioFileProcessor.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 }
49
50 AudioFileProcessor::~AudioFileProcessor() {
51 if (m_format)
52 delete m_format;
53 }
54
55 bool AudioFileProcessor::setOutputFormat(const std::string& format,
56 const std::string& outDir,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected