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

Method CreateNetworkBackend

source/Windows/Win32Frame.cpp:701–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

699}
700
701std::shared_ptr<NetworkBackend> Win32Frame::CreateNetworkBackend(const std::string & interfaceName)
702{
703 std::shared_ptr<NetworkBackend> backend(new PCapBackend(interfaceName));
704 return backend;
705}
706
707std::shared_ptr<SoundBuffer> Win32Frame::CreateSoundBuffer(uint32_t dwBufferSize, uint32_t nSampleRate, int nChannels, const char* pszVoiceName)
708{

Callers 3

InitializeIOMethod · 0.80
ResetMethod · 0.80
InitializeIOMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected