22 explicit QVideoFrameInput(QObject *parent =
nullptr);
24 explicit QVideoFrameInput(
const QVideoFrameFormat &format, QObject *parent =
nullptr);
26 ~QVideoFrameInput() override;
28 bool sendVideoFrame(
const QVideoFrame &frame);
30 QVideoFrameFormat format()
const;
32 QMediaCaptureSession *captureSession()
const;
35 void readyToSendVideoFrame();
38 void setCaptureSession(QMediaCaptureSession *captureSession);
40 QPlatformVideoFrameInput *platformVideoFrameInput()
const;
42 friend class QMediaCaptureSession;
43 Q_DISABLE_COPY(QVideoFrameInput)
44 Q_DECLARE_PRIVATE(QVideoFrameInput)