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

Method raisePropertyChanged

src/openni2/VideoStream.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73}
74void VideoStream::raisePropertyChanged(int propertyId, const void* data, int dataSize) {
75 if (callPropertyChangedCallback)
76 StreamBase::raisePropertyChanged(propertyId, data, dataSize);
77}
78
79VideoStream::VideoStream(Device* drvdev, libfreenect2::Freenect2Device* device, Freenect2Driver::Registration *reg) :
80 frame_id(1),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected