MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / xnCreateAudioGenerator

Function xnCreateAudioGenerator

Source/OpenNI/XnOpenNI.cpp:6684–6691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6682//---------------------------------------------------------------------------
6683
6684XN_C_API XnStatus xnCreateAudioGenerator(
6685 XnContext* pContext,
6686 XnNodeHandle* phAudioGenerator,
6687 XnNodeQuery* pQuery,
6688 XnEnumerationErrors* pErrors)
6689{
6690 return xnCreateAnyProductionTree(pContext, XN_NODE_TYPE_AUDIO, pQuery, phAudioGenerator, pErrors);
6691}
6692
6693XN_C_API XnUChar* xnGetAudioBuffer(XnNodeHandle hInstance)
6694{

Callers 2

CreateMethod · 0.85

Calls 1

Tested by

no test coverage detected