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

Method SetInputStream

Source/Modules/nimRecorder/PlayerNode.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140XnStatus PlayerNode::SetInputStream(void *pStreamCookie, XnPlayerInputStreamInterface *pStream)
141{
142 XN_VALIDATE_INPUT_PTR(pStream);
143 m_pStreamCookie = pStreamCookie;
144 m_pInputStream = pStream;
145 XnStatus nRetVal = OpenStream();
146 XN_IS_STATUS_OK(nRetVal);
147 return XN_STATUS_OK;
148}
149
150XnStatus PlayerNode::SetNodeNotifications(void *pNotificationsCookie, XnNodeNotifications *pNodeNotifications)
151{

Callers 2

SetSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected