| 72 | } |
| 73 | } |
| 74 | void VideoStream::raisePropertyChanged(int propertyId, const void* data, int dataSize) { |
| 75 | if (callPropertyChangedCallback) |
| 76 | StreamBase::raisePropertyChanged(propertyId, data, dataSize); |
| 77 | } |
| 78 | |
| 79 | VideoStream::VideoStream(Device* drvdev, libfreenect2::Freenect2Device* device, Freenect2Driver::Registration *reg) : |
| 80 | frame_id(1), |
nothing calls this directly
no outgoing calls
no test coverage detected