[host] updated host application for the new mt client format

See prior commit for details on this update
This commit is contained in:
Geoffrey McRae
2017-12-20 00:58:42 +11:00
parent 695822bd6d
commit ec6c35010b
4 changed files with 95 additions and 153 deletions

View File

@@ -297,7 +297,7 @@ GrabStatus DXGI::GrabFrame(FrameInfo & frame)
}
}
status = m_dup->AcquireNextFrame(1000, &frameInfo, &res);
status = m_dup->AcquireNextFrame(10000, &frameInfo, &res);
if (status == DXGI_ERROR_WAIT_TIMEOUT)
{
if (!m_surfaceMapped)