Rename a few controls.
The encoder controls could be confused with actual encoding, so make clear they are just settings. Also, the end point selector controls were not named very well. Change-Id: I27f8bf9c865c5f295abad97c01ef98752af42613 Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Ling Hu <ling.hu@nokia.com>
This commit is contained in:
committed by
Qt by Nokia
parent
b834fe032f
commit
bba28afe55
@@ -190,7 +190,7 @@ public:
|
||||
Required Controls: QAudioDeviceControl
|
||||
Recording Controls (QMediaRecorder):
|
||||
Required: QMediaRecorderControl
|
||||
Recommended: QAudioEncoderControl
|
||||
Recommended: QAudioEncoderSettingsControl
|
||||
Optional: QMediaContainerControl
|
||||
*/
|
||||
#define Q_MEDIASERVICE_AUDIOSOURCE "org.qt-project.qt.audiosource"
|
||||
@@ -202,7 +202,7 @@ public:
|
||||
Still Capture Controls: QCameraImageCaptureControl
|
||||
Video Capture Controls (QMediaRecorder):
|
||||
Required: QMediaRecorderControl
|
||||
Recommended: QAudioEncoderControl, QVideoEncoderControl, QMediaContainerControl
|
||||
Recommended: QAudioEncoderSettingsControl, QVideoEncoderSettingsControl, QMediaContainerControl
|
||||
Viewfinder Video Output Controls (used by QCameraViewfinder and QGraphicsVideoItem):
|
||||
Required: QVideoOutputControl
|
||||
Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl
|
||||
@@ -214,7 +214,7 @@ public:
|
||||
Required Controls: QRadioTunerControl
|
||||
Recording Controls (Optional, used by QMediaRecorder):
|
||||
Required: QMediaRecorderControl
|
||||
Recommended: QAudioEncoderControl
|
||||
Recommended: QAudioEncoderSettingsControl
|
||||
Optional: QMediaContainerControl
|
||||
*/
|
||||
#define Q_MEDIASERVICE_RADIO "org.qt-project.qt.radio"
|
||||
|
||||
Reference in New Issue
Block a user