mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-09 14:27:06 +00:00
[host] remove nonexistent ICapture function
This commit is contained in:
parent
d6fee6bf0b
commit
892a3970ff
@ -51,7 +51,6 @@ namespace Capture
|
|||||||
}
|
}
|
||||||
|
|
||||||
enum FrameType GetFrameType();
|
enum FrameType GetFrameType();
|
||||||
enum FrameComp GetFrameCompression();
|
|
||||||
size_t GetMaxFrameSize();
|
size_t GetMaxFrameSize();
|
||||||
enum GrabStatus GrabFrame(struct FrameInfo & frame);
|
enum GrabStatus GrabFrame(struct FrameInfo & frame);
|
||||||
|
|
||||||
|
@ -44,7 +44,6 @@ namespace Capture
|
|||||||
return Initialize(m_options);
|
return Initialize(m_options);
|
||||||
}
|
}
|
||||||
enum FrameType GetFrameType();
|
enum FrameType GetFrameType();
|
||||||
enum FrameComp GetFrameCompression();
|
|
||||||
size_t GetMaxFrameSize();
|
size_t GetMaxFrameSize();
|
||||||
enum GrabStatus GrabFrame(struct FrameInfo & frame);
|
enum GrabStatus GrabFrame(struct FrameInfo & frame);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user