MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / SetOutputStream

Method SetOutputStream

Source/WaveRenderer.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void CWaveRenderer::SetOutputStream(std::unique_ptr<COutputWaveStream> pWave) {
31 m_pWaveStream = std::move(pWave);
32}
33
34void CWaveRenderer::CloseOutputStream() {
35 if (m_pWaveStream)

Callers 1

RenderToFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected