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

Method SetOutputStream

Source/Modules/nimRecorder/RecorderNode.cpp:74–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74XnStatus RecorderNode::SetOutputStream(void* pStreamCookie, XnRecorderOutputStreamInterface* pStream)
75{
76 m_pStreamCookie = pStreamCookie;
77 m_pOutputStream = pStream;
78 XnStatus nRetVal = OpenStream();
79 XN_IS_STATUS_OK(nRetVal);
80 return XN_STATUS_OK;
81}
82
83XnStatus RecorderNode::OnNodeAdded(const XnChar* strNodeName, XnProductionNodeType type, XnCodecID compression)
84{

Callers 2

SetDestinationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected