MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / oss_init

Function oss_init

extlibs/soloud/src/backend/oss/soloud_oss.cpp:32–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30namespace SoLoud
31{
32 result oss_init(Soloud *aSoloud, unsigned int aFlags, unsigned int aSamplerate, unsigned int aBuffer)
33 {
34 return NOT_IMPLEMENTED;
35 }
36};
37
38#else

Callers 1

initMethod · 0.85

Calls 2

createThreadFunction · 0.85
postinitMethod · 0.80

Tested by

no test coverage detected