22class QCGWindowCapture :
public QPlatformSurfaceCapture
29 explicit QCGWindowCapture();
30 ~QCGWindowCapture() override;
32 QVideoFrameFormat frameFormat()
const override;
35 bool setActiveInternal(
bool active) override;
38 std::unique_ptr<Grabber> m_grabber;