summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2021-09-22 11:19:08 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-09-22 18:07:44 +0000
commitd7f9a029de26d58b53ecac1cd11fdfe45effb162 (patch)
tree4c6f806d3d017fb6bb6ad3b5abc7977e231af072
parenta09e2b798c64d2d2376dc182cf399401afb56d59 (diff)
downloadqtmultimedia-d7f9a029de26d58b53ecac1cd11fdfe45effb162.tar.gz
Fix some smaller doc errors for MediaRecorder
Change-Id: Iec9ba34b283f7b5775496a0d8b0bb48663714eaf Reviewed-by: Piotr Srebrny <piotr.srebrny@qt.io> Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io> (cherry picked from commit 54e6a608825d0de35c06fa6270e25bbf85a78929) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/multimedia/recording/qmediarecorder.cpp24
1 files changed, 8 insertions, 16 deletions
diff --git a/src/multimedia/recording/qmediarecorder.cpp b/src/multimedia/recording/qmediarecorder.cpp
index eb4fe8ad6..7c4c50996 100644
--- a/src/multimedia/recording/qmediarecorder.cpp
+++ b/src/multimedia/recording/qmediarecorder.cpp
@@ -431,22 +431,14 @@ void QMediaRecorder::stop()
during record(), pause() or stop() calls.
RecorderSstate may also change asynchronously when recording fails.
- \value recorderState.StoppedState The recorder is not active.
- If this is the state after recording then the actual created recording has
- finished being written to the final location and is ready on all platforms
- except on Android. On Android, due to platform limitations, there is no way
- to be certain that the recording has finished writing to the final location.
- \value recorderState.RecordingState The recording is requested.
- \value recorderState.PausedState The recorder is pause.
+ \value MediaRecorder.StoppedState The recorder is not active.
+ \value MediaRecorder.RecordingState The recording is requested.
+ \value MediaRecorder.PausedState The recorder is pause.
*/
/*!
\enum QMediaRecorder::RecorderState
\value StoppedState The recorder is not active.
- If this is the state after recording then the actual created recording has
- finished being written to the final location and is ready on all platforms
- except on Android. On Android, due to platform limitations, there is no way
- to be certain that the recording has finished writing to the final location.
\value RecordingState The recording is requested.
\value PausedState The recorder is paused.
*/
@@ -596,11 +588,11 @@ QMediaCaptureSession *QMediaRecorder::captureSession() const
Enumerates quality encoding levels.
- \value MediaaRecorder.VeryLowQuality
- \value MediaaRecorder.LowQuality
- \value MediaaRecorder.NormalQuality
- \value MediaaRecorder.HighQuality
- \value MediaaRecorder.VeryHighQuality
+ \value MediaRecorder.VeryLowQuality
+ \value MediaRecorder.LowQuality
+ \value MediaRecorder.NormalQuality
+ \value MediaRecorder.HighQuality
+ \value MediaRecorder.VeryHighQuality
*/
/*!
\enum QMediaRecorder::Quality