MCPcopy Create free account
hub / github.com/Atarity/Lightpack / GAPIProxyFrameGrabber

Method GAPIProxyFrameGrabber

Software/hooks/GAPIProxyFrameGrabber.cpp:5–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "IPCContext.hpp"
4
5GAPIProxyFrameGrabber::GAPIProxyFrameGrabber(HANDLE syncRunMutex) {
6 LARGE_INTEGER liFreq;
7 QueryPerformanceFrequency(&liFreq);
8 m_liFreq.QuadPart = liFreq.QuadPart / 1000;
9 m_pcOverall.QuadPart = 0;
10 m_pcOriginal.QuadPart = 0;
11 m_syncRunMutex = syncRunMutex;
12}
13
14GAPIProxyFrameGrabber::~GAPIProxyFrameGrabber() {
15 if (this->isHooksInstalled())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected