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

Method HandleWaveOutputModeChange

Source/OpenNI/XnNodeWatcher.cpp:912–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

910}
911
912void XN_CALLBACK_TYPE AudioWatcher::HandleWaveOutputModeChange(ProductionNode& /*node*/, void* pCookie)
913{
914 AudioWatcher *pThis = (AudioWatcher*)pCookie;
915 if (pThis == NULL)
916 {
917 XN_ASSERT(FALSE);
918 return;
919 }
920 pThis->NotifyOutputMode();
921}
922
923/******************/
924/* GestureWatcher */

Callers

nothing calls this directly

Calls 1

NotifyOutputModeMethod · 0.80

Tested by

no test coverage detected