Skip to content

IVRCompositor::GetFrameTiming

aleiby edited this page Apr 23, 2015 · 3 revisions

Returns true if timing data is filled it. Sets oldest timing info if nFramesAgo is larger than the stored history.

Be sure to set timing.size = sizeof(Compositor_FrameTiming) on struct passed in before calling this function.

virtual bool GetFrameTiming( Compositor_FrameTiming *pTiming, uint32_t unFramesAgo = 0 ) = 0;
Clone this wiki locally