MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / destroyStream

Method destroyStream

src/openni2/DeviceDriver.cpp:262–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260 }
261
262 void destroyStream(oni::driver::StreamBase* pStream)
263 {
264 if (pStream == color)
265 WriteMessage("Device: destroyStream(color)");
266 if (pStream == depth)
267 WriteMessage("Device: destroyStream(depth)");
268 if (pStream == ir)
269 WriteMessage("Device: destroyStream(ir)");
270 }
271
272 // todo: fill out properties
273 OniBool isPropertySupported(int propertyId)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected