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

Method WriteRecordToStream

Source/Modules/nimRecorder/RecorderNode.cpp:422–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422XnStatus RecorderNode::WriteRecordToStream(const XnChar* strNodeName, Record &record)
423{
424 return WriteToStream(strNodeName, record.GetData(), record.GetSize());
425}
426
427XnStatus RecorderNode::SeekStream(XnOSSeekType seekType, XnUInt64 nOffset)
428{

Callers

nothing calls this directly

Calls 2

GetDataMethod · 0.45
GetSizeMethod · 0.45

Tested by

no test coverage detected