| 631 | } |
| 632 | |
| 633 | XnDouble getPlaybackSpeed() |
| 634 | { |
| 635 | if (g_Player.IsValid()) |
| 636 | { |
| 637 | return g_Player.GetPlaybackSpeed(); |
| 638 | } |
| 639 | else |
| 640 | { |
| 641 | return 1.0; |
| 642 | } |
| 643 | } |
| 644 | |
| 645 | bool getImageCoordinatesForDepthPixel(int x, int y, int& imageX, int& imageY) |
| 646 | { |
no test coverage detected