Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenNI/OpenNI
/ getAudioMetaData
Function
getAudioMetaData
Samples/NiViewer/Device.cpp:699–702 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
697
return g_IR.IsValid() ? &g_irMD : NULL;
698
}
699
const AudioMetaData* getAudioMetaData()
700
{
701
return g_Audio.IsValid() ? &g_AudioMD : NULL;
702
}
Callers
3
drawPointerMode
Function · 0.85
audioPlay
Function · 0.85
audioInit
Function · 0.85
Calls
1
IsValid
Method · 0.45
Tested by
no test coverage detected