| 467 | } |
| 468 | |
| 469 | XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeStateReady(void* pCookie, const XnChar* strNodeName) |
| 470 | { |
| 471 | XN_VALIDATE_INPUT_PTR(pCookie); |
| 472 | PlayerImpl* pThis = (PlayerImpl*)pCookie; |
| 473 | return pThis->SetNodeStateReady(strNodeName); |
| 474 | } |
| 475 | |
| 476 | XnStatus XN_CALLBACK_TYPE PlayerImpl::OnNodeNewData(void* pCookie, const XnChar* strNodeName, XnUInt64 nTimeStamp, XnUInt32 nFrame, const void* pData, XnUInt32 nSize) |
| 477 | { |
no test coverage detected