Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
32
namespace 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
init
Method · 0.85
Calls
2
createThread
Function · 0.85
postinit
Method · 0.80
Tested by
no test coverage detected