From fde5d6f7cce6118cac4ce7b92cd056225737917f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Fri, 11 Jun 2021 11:55:29 +0200 Subject: Rename QMediaEncoder to QMediaRecorder As per API review, this is the better name. Since we removed the old QMediaRecorder class, the name is free as well. Change-Id: I1ec9af3876af8b6957e20c13f9e225bf1e5032d5 Reviewed-by: Volker Hilsheimer --- src/multimedia/doc/src/audiooverview.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/multimedia/doc/src/audiooverview.qdoc') diff --git a/src/multimedia/doc/src/audiooverview.qdoc b/src/multimedia/doc/src/audiooverview.qdoc index 8adbf8beb..ce49e1e98 100644 --- a/src/multimedia/doc/src/audiooverview.qdoc +++ b/src/multimedia/doc/src/audiooverview.qdoc @@ -53,7 +53,7 @@ You can also put files (even remote URLs) into a playlist: \snippet multimedia-snippets/media.cpp Audio playlist \section2 Recording Audio to a File -For recording audio to a file, the \l {QMediaEncoder} class allows you +For recording audio to a file, the \l {QMediaRecorder} class allows you to compress audio data from an input device and record it. \snippet multimedia-snippets/media.cpp Audio recorder -- cgit v1.2.3