MCPcopy 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}
699const AudioMetaData* getAudioMetaData()
700{
701 return g_Audio.IsValid() ? &g_AudioMD : NULL;
702}

Callers 3

drawPointerModeFunction · 0.85
audioPlayFunction · 0.85
audioInitFunction · 0.85

Calls 1

IsValidMethod · 0.45

Tested by

no test coverage detected