summaryrefslogtreecommitdiffstats
path: root/src/multimedia/recording/qmediarecorder.h
diff options
context:
space:
mode:
authorPiotr Srebrny <piotr.srebrny@qt.io>2021-06-28 12:00:42 +0200
committerPiotr Srebrny <piotr.srebrny@qt.io>2021-08-06 13:44:38 +0200
commitd663c31172e93cb6a54e2704310c5f2da3cd1863 (patch)
tree5f2dd683ada63205244b9373d2a40c43bd750cb9 /src/multimedia/recording/qmediarecorder.h
parentdf73d1ebb3ab5a7aed3521add0e7fcfefa2a151d (diff)
Resolve media format and provide encoder settings with record()
Media format and other settings is implicitly resolved at the platform backend and the API user cannot get information about what codecs bitrates and other settings are selected for recording. With this patch the resolved media is provided to the backend with the record() function and the backend updates the remaining encoding parameters. Change-Id: I4876397ada2c257e59ebe8fccdd7587b2a628232 Reviewed-by: Doris Verria <doris.verria@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/multimedia/recording/qmediarecorder.h')
-rw-r--r--src/multimedia/recording/qmediarecorder.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/multimedia/recording/qmediarecorder.h b/src/multimedia/recording/qmediarecorder.h
index 48f86a32a..85ce5365e 100644
--- a/src/multimedia/recording/qmediarecorder.h
+++ b/src/multimedia/recording/qmediarecorder.h
@@ -193,7 +193,6 @@ private:
void setCaptureSession(QMediaCaptureSession *session);
Q_DISABLE_COPY(QMediaRecorder)
Q_DECLARE_PRIVATE(QMediaRecorder)
- Q_PRIVATE_SLOT(d_func(), void _q_applySettings())
};
QT_END_NAMESPACE