[host] add initial buffering support

This commit is contained in:
Geoffrey McRae
2017-11-15 17:28:17 +11:00
parent 8140d347ff
commit 5899508a5b
3 changed files with 50 additions and 39 deletions

View File

@@ -49,5 +49,6 @@ private:
IVSHMEM * m_ivshmem;
HANDLE m_readyEvent;
ICapture * m_capture;
void * m_memory;
uint8_t * m_memory;
int m_frameIndex;
};