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

Function captureCloseWriteDevice

Samples/NiViewer/Capture.cpp:281–289  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281void captureCloseWriteDevice()
282{
283 if (g_Capture.pRecorder != NULL)
284 {
285 g_Capture.pRecorder->Release();
286 delete g_Capture.pRecorder;
287 g_Capture.pRecorder = NULL;
288 }
289}
290
291void captureRestart(int)
292{

Callers 2

captureRestartFunction · 0.85
captureStopFunction · 0.85

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected