22class QX11SurfaceCapture :
public QPlatformSurfaceCapture
27 explicit QX11SurfaceCapture(Source initialSource);
28 ~QX11SurfaceCapture() override;
30 QVideoFrameFormat frameFormat()
const override;
32 static bool isSupported();
35 bool setActiveInternal(
bool active) override;
38 void activate(ScreenSource);
40 void activate(WindowSource);
43 std::unique_ptr<Grabber> m_grabber;