| 252 | virtual XnUInt64 GetTimestamp() = 0; |
| 253 | virtual XnUInt32 GetFrameID() = 0; |
| 254 | virtual ModuleMirrorInterface* GetMirrorInterface() { return NULL; } |
| 255 | virtual ModuleAlternativeViewPointInterface* GetAlternativeViewPointInterface() { return NULL; } |
| 256 | virtual ModuleFrameSyncInterface* GetFrameSyncInterface() { return NULL; } |
| 257 | }; |
no outgoing calls
no test coverage detected