MCPcopy Create free account
hub / github.com/OpenNI/OpenNI / getPlaybackSpeed

Function getPlaybackSpeed

Samples/NiViewer/Device.cpp:633–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

drawPlaybackSpeedFunction · 0.85

Calls 2

IsValidMethod · 0.45
GetPlaybackSpeedMethod · 0.45

Tested by

no test coverage detected