23class QEglfsScreenCapture :
public QPlatformSurfaceCapture
26 QEglfsScreenCapture();
28 ~QEglfsScreenCapture() override;
30 QVideoFrameFormat frameFormat()
const override;
32 static bool isSupported();
35 bool setActiveInternal(
bool active) override;
41 std::unique_ptr<Grabber> createGrabber();
43 std::unique_ptr<Grabber> m_grabber;