24class QGrabWindowSurfaceCapture :
public QPlatformSurfaceCapture
29 explicit QGrabWindowSurfaceCapture(Source initialSource);
30 ~QGrabWindowSurfaceCapture() override;
32 QVideoFrameFormat frameFormat()
const override;
35 bool setActiveInternal(
bool active) override;
38 void activate(ScreenSource);
40 void activate(WindowSource);
43 std::unique_ptr<Grabber> m_grabber;