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

Method GetNumFrames

Include/XnCppWrapper.h:3986–3989  ·  view source on GitHub ↗

* @brief Gets the total number of frames a specific node has in the recording. * * @param [in] strNodeName Name of the node for which to retrieve the number of frames. * @param [out] nFrames Retrieved number of frames. * */

Source from the content-addressed store, hash-verified

3984 *
3985 */
3986 inline XnStatus GetNumFrames(const XnChar* strNodeName, XnUInt32& nFrames) const
3987 {
3988 return xnGetPlayerNumFrames(GetHandle(), strNodeName, &nFrames);
3989 }
3990
3991 /**
3992 * @copybrief xnGetPlayerSupportedFormat

Callers 1

Calls 2

xnGetPlayerNumFramesFunction · 0.85
GetHandleFunction · 0.85

Tested by

no test coverage detected