| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected