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

Function opensles_init

extlibs/soloud/src/backend/opensles/soloud_opensles.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

initMethod · 0.85

Calls 2

createThreadFunction · 0.85
postinitMethod · 0.80

Tested by

no test coverage detected