from StreamBase
| 99 | |
| 100 | // from StreamBase |
| 101 | OniBool DepthStream::isImageRegistrationModeSupported(OniImageRegistrationMode mode) { return (mode == ONI_IMAGE_REGISTRATION_OFF || mode == ONI_IMAGE_REGISTRATION_DEPTH_TO_COLOR); } |
| 102 | |
| 103 | OniBool DepthStream::isPropertySupported(int propertyId) |
| 104 | { |
nothing calls this directly
no outgoing calls
no test coverage detected