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

Method setProperty

src/openni2/ColorStream.cpp:204–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202}
203
204OniStatus ColorStream::setProperty(int propertyId, const void* data, int dataSize)
205{
206 switch (propertyId)
207 {
208 case 0:
209 default:
210 return VideoStream::setProperty(propertyId, data, dataSize);
211 }
212}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected