Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
void CWaveRenderer::SetOutputStream(std::unique_ptr<COutputWaveStream> pWave) {
31
m_pWaveStream = std::move(pWave);
32
}
33
34
void CWaveRenderer::CloseOutputStream() {
35
if (m_pWaveStream)
Callers
1
RenderToFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected