[host] Updated to use the new header format

This commit is contained in:
Geoffrey McRae
2017-11-25 18:00:04 +11:00
parent cb96bd6493
commit 5ecf2d36c1
4 changed files with 1 additions and 19 deletions

View File

@@ -41,7 +41,6 @@ public:
bool Initialize(CaptureOptions * options);
void DeInitialize();
enum FrameType GetFrameType();
enum FrameComp GetFrameCompression();
size_t GetMaxFrameSize();
bool GrabFrame(struct FrameInfo & frame);
};