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

Method SetRepeat

Source/Modules/nimRecorder/PlayerNode.cpp:158–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158XnStatus PlayerNode::SetRepeat(XnBool bRepeat)
159{
160 m_bRepeat = bRepeat;
161 return XN_STATUS_OK;
162}
163
164XnStatus PlayerNode::SeekToTimeStamp(XnInt64 /*nTimeOffset*/, XnPlayerSeekOrigin /*origin*/)
165{

Callers 4

xnSetPlayerRepeatFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected