MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / CreateSoundBuffer

Method CreateSoundBuffer

source/Windows/Win32Frame.cpp:707–710  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707std::shared_ptr<SoundBuffer> Win32Frame::CreateSoundBuffer(uint32_t dwBufferSize, uint32_t nSampleRate, int nChannels, const char* pszVoiceName)
708{
709 return DXSoundBuffer::create(dwBufferSize, nSampleRate, nChannels);
710}

Callers 2

DSGetSoundBufferFunction · 0.80
createMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected