MCPcopy Create free account
hub / github.com/HackerPoet/FractalSoundExplorer / Callback

Method Callback

WinAudio.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void CALLBACK WinAudio::Callback(HWAVEOUT hWaveOut, UINT uMsg, DWORD dwInstance, DWORD dwParam1, DWORD dwParam2) {
125 // Only listen for end of block messages.
126 if (uMsg != WOM_DONE) { return; }
127 WIN_AUDIO->SubmitBuffer();
128}

Callers

nothing calls this directly

Calls 1

SubmitBufferMethod · 0.80

Tested by

no test coverage detected