| 26 | HRESULT WINAPI DXGIPresent(IDXGISwapChain * sc, UINT b, UINT c); |
| 27 | |
| 28 | DxgiFrameGrabber::DxgiFrameGrabber(Logger *logger): GAPIProxyFrameGrabber(NULL), LoggableTrait(logger) { |
| 29 | m_isInited = false; |
| 30 | m_ipcContext = NULL; |
| 31 | } |
| 32 | |
| 33 | bool DxgiFrameGrabber::init() { |
| 34 | if (!m_isInited) { |
nothing calls this directly
no outgoing calls
no test coverage detected