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 21:56:52 +0000
commitb0487dbdd48cb81638f7524883235e6771696da3 (patch)
tree9e0cecad584c51426b813303df9a3cabbf6a92d4
parent1a6f4f42d978c146a95a84ca670cbbdc074a4914 (diff)
downloadqtmultimedia-b0487dbdd48cb81638f7524883235e6771696da3.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 75a1f620d..f2cf2a6e7 100644
--- a/src/multimedia/recording/qmediarecorder.cpp
+++ b/src/multimedia/recording/qmediarecorder.cpp
@@ -424,22 +424,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.
*/
@@ -589,11 +581,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