Instead of com.nokia.qt we should use org.qt-project.qt.
All the identifiers have also been updated to use pure lowercase, and
where used the version numbers have been updated to 5.0.
Change-Id: Ib209327f5205f5a086a5932394504a8a52e1f712
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
{
//! [Request control]
QMediaPlayerControl *control = qobject_cast<QMediaPlayerControl *>(
- mediaService->requestControl("com.nokia.Qt.QMediaPlayerControl/1.0"));
+ mediaService->requestControl("org.qt-project.qt.mediaplayercontrol/5.0"));
//! [Request control]
Q_UNUSED(control);
}
};
#define QAudioSystemFactoryInterface_iid \
- "com.nokia.qt.QAudioSystemFactoryInterface"
+ "org.qt-project.qt.audiosystemfactory/5.0"
Q_DECLARE_INTERFACE(QAudioSystemFactoryInterface, QAudioSystemFactoryInterface_iid)
class Q_MULTIMEDIA_EXPORT QAudioSystemPlugin : public QObject, public QAudioSystemFactoryInterface
The functionality provided by this control is exposed to application
code through the QAudioDecoder class.
- The interface name of QAudioDecoderControl is \c com.nokia.Qt.QAudioDecoderControl/1.0 as
+ The interface name of QAudioDecoderControl is \c org.qt-project.qt.audiodecodercontrol/5.0 as
defined in QAudioDecoderControl_iid.
\sa QMediaService::requestControl(), QAudioDecoder
/*!
\macro QAudioDecoderControl_iid
- \c com.nokia.Qt.QAudioDecoderControl/1.0
+ \c org.qt-project.qt.audiodecodercontrol/5.0
Defines the interface name of the QAudioDecoderControl class.
QAudioDecoderControl(QObject* parent = 0);
};
-#define QAudioDecoderControl_iid "com.nokia.Qt.QAudioDecoderControl/1.0"
+#define QAudioDecoderControl_iid "org.qt-project.qt.audiodecodercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QAudioDecoderControl, QAudioDecoderControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application code through the
QMediaRecorder class.
- The interface name of QAudioEncoderControl is \c com.nokia.Qt.QAudioEncoderControl/1.0 as
+ The interface name of QAudioEncoderControl is \c org.qt-project.qt.audioencodercontrol/5.0 as
defined in QAudioEncoderControl_iid.
\sa QMediaService::requestControl(), QMediaRecorder
/*!
\macro QAudioEncoderControl_iid
- \c com.nokia.Qt.AudioEncoderControl/1.0
+ \c org.qt-project.qt.audioencodercontrol/5.0
Defines the interface name of the QAudioEncoderControl class.
QAudioEncoderControl(QObject *parent = 0);
};
-#define QAudioEncoderControl_iid "com.nokia.Qt.QAudioEncoderControl/1.0"
+#define QAudioEncoderControl_iid "org.qt-project.qt.audioencodercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QAudioEncoderControl, QAudioEncoderControl_iid)
QT_END_NAMESPACE
\ingroup multimedia
\ingroup multimedia_control
- The interface name of QCameraCaptureBufferFormatControl is \c com.nokia.Qt.QCameraCaptureBufferFormatControl/1.0 as
+ The interface name of QCameraCaptureBufferFormatControl is \c org.qt-project.qt.cameracapturebufferformatcontrol/5.0 as
defined in QCameraCaptureBufferFormatControl_iid.
\sa QMediaService::requestControl()
/*!
\macro QCameraCaptureBufferFormatControl_iid
- \c com.nokia.Qt.QCameraCaptureBufferFormatControl/1.0
+ \c org.qt-project.qt.cameracapturebufferformatcontrol/5.0
Defines the interface name of the QCameraCaptureBufferFormatControl class.
QCameraCaptureBufferFormatControl(QObject* parent = 0);
};
-#define QCameraCaptureBufferFormatControl_iid "com.nokia.Qt.QCameraCaptureBufferFormatControl/1.0"
+#define QCameraCaptureBufferFormatControl_iid "org.qt-project.qt.cameracapturebufferformatcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraCaptureBufferFormatControl, QCameraCaptureBufferFormatControl_iid)
QT_END_NAMESPACE
\ingroup multimedia
\ingroup multimedia_control
- The interface name of QCameraCaptureDestinationControl is \c com.nokia.Qt.QCameraCaptureDestinationControl/1.0 as
+ The interface name of QCameraCaptureDestinationControl is \c org.qt-project.qt.cameracapturedestinationcontrol/5.0 as
defined in QCameraCaptureDestinationControl_iid.
/*!
\macro QCameraCaptureDestinationControl_iid
- \c com.nokia.Qt.QCameraCaptureDestinationControl/1.0
+ \c org.qt-project.qt.cameracapturedestinationcontrol/5.0
Defines the interface name of the QCameraCaptureDestinationControl class.
QCameraCaptureDestinationControl(QObject* parent = 0);
};
-#define QCameraCaptureDestinationControl_iid "com.nokia.Qt.QCameraCaptureDestinationControl/1.0"
+#define QCameraCaptureDestinationControl_iid "org.qt-project.qt.cameracapturedestinationcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraCaptureDestinationControl, QCameraCaptureDestinationControl_iid)
QT_END_NAMESPACE
This service is provided by a QMediaService object via
QMediaService::control(). It is used by QCamera.
- The interface name of QCameraControl is \c com.nokia.Qt.QCameraControl/1.0 as
+ The interface name of QCameraControl is \c org.qt-project.qt.cameracontrol/5.0 as
defined in QCameraControl_iid.
/*!
\macro QCameraControl_iid
- \c com.nokia.Qt.QCameraControl/1.0
+ \c org.qt-project.qt.cameracontrol/5.0
Defines the interface name of the QCameraControl class.
QCameraControl(QObject* parent = 0);
};
-#define QCameraControl_iid "com.nokia.Qt.QCameraControl/1.0"
+#define QCameraControl_iid "org.qt-project.qt.cameracontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraControl, QCameraControl_iid)
QT_END_NAMESPACE
\endtable
- The interface name of QCameraExposureControl is \c com.nokia.Qt.QCameraExposureControl/1.0 as
+ The interface name of QCameraExposureControl is \c org.qt-project.qt.cameraexposurecontrol/5.0 as
defined in QCameraExposureControl_iid.
\sa QCamera
/*!
\macro QCameraExposureControl_iid
- \c com.nokia.Qt.QCameraExposureControl/1.0
+ \c org.qt-project.qt.cameraexposurecontrol/5.0
Defines the interface name of the QCameraExposureControl class.
QCameraExposureControl(QObject* parent = 0);
};
-#define QCameraExposureControl_iid "com.nokia.Qt.QCameraExposureControl/1.0"
+#define QCameraExposureControl_iid "org.qt-project.qt.cameraexposurecontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraExposureControl, QCameraExposureControl_iid)
QT_END_NAMESPACE
if that type of feedback can be modified. Any attempts to change a locked feedback type will be
ignored.
- The interface name of QCameraFeedbackControl is \c com.nokia.Qt.QCameraFeedbackControl/1.0 as
+ The interface name of QCameraFeedbackControl is \c org.qt-project.qt.camerafeedbackcontrol/5.0 as
defined in QCameraFeedbackControl_iid.
\sa QCamera
/*!
\macro QCameraFeedbackControl_iid
- \c com.nokia.Qt.QCameraFeedbackControl/1.0
+ \c org.qt-project.qt.camerafeedbackcontrol/5.0
Defines the interface name of the QCameraFeedbackControl class.
QCameraFeedbackControl(QObject* parent = 0);
};
-#define QCameraFeedbackControl_iid "com.nokia.Qt.QCameraFeedbackControl/1.0"
+#define QCameraFeedbackControl_iid "org.qt-project.qt.camerafeedbackcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraFeedbackControl, QCameraFeedbackControl_iid)
QT_END_NAMESPACE
Some camera devices may not have flash hardware, or may not be configurable. In that
case, there will be no QCameraFlashControl available.
- The interface name of QCameraFlashControl is \c com.nokia.Qt.QCameraFlashControl/1.0 as
+ The interface name of QCameraFlashControl is \c org.qt-project.qt.cameraflashcontrol/5.0 as
defined in QCameraFlashControl_iid.
\sa QCamera
/*!
\macro QCameraFlashControl_iid
- \c com.nokia.Qt.QCameraFlashControl/1.0
+ \c org.qt-project.qt.cameraflashcontrol/5.0
Defines the interface name of the QCameraFlashControl class.
QCameraFlashControl(QObject* parent = 0);
};
-#define QCameraFlashControl_iid "com.nokia.Qt.QCameraFlashControl/1.0"
+#define QCameraFlashControl_iid "org.qt-project.qt.cameraflashcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraFlashControl, QCameraFlashControl_iid)
QT_END_NAMESPACE
\ingroup multimedia
\ingroup multimedia_control
- The interface name of QCameraFocusControl is \c com.nokia.Qt.QCameraFocusControl/1.0 as
+ The interface name of QCameraFocusControl is \c org.qt-project.qt.camerafocuscontrol/5.0 as
defined in QCameraFocusControl_iid.
/*!
\macro QCameraFocusControl_iid
- \c com.nokia.Qt.QCameraFocusControl/1.0
+ \c org.qt-project.qt.camerafocuscontrol/5.0
Defines the interface name of the QCameraFocusControl class.
QCameraFocusControl(QObject* parent = 0);
};
-#define QCameraFocusControl_iid "com.nokia.Qt.QCameraFocusControl/1.0"
+#define QCameraFocusControl_iid "org.qt-project.qt.camerafocuscontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraFocusControl, QCameraFocusControl_iid)
QT_END_NAMESPACE
\ingroup multimedia
\ingroup multimedia_control
- The interface name of QCameraImageCaptureControl is \c com.nokia.Qt.QCameraImageCaptureControl/1.0 as
+ The interface name of QCameraImageCaptureControl is \c org.qt-project.qt.cameraimagecapturecontrol/5.0 as
defined in QCameraImageCaptureControl_iid.
/*!
\macro QCameraImageCaptureControl_iid
- \c com.nokia.Qt.QCameraImageCaptureControl/1.0
+ \c org.qt-project.qt.cameraimagecapturecontrol/5.0
Defines the interface name of the QCameraImageCaptureControl class.
QCameraImageCaptureControl(QObject* parent = 0);
};
-#define QCameraImageCaptureControl_iid "com.nokia.Qt.QCameraImageCaptureControl/1.0"
+#define QCameraImageCaptureControl_iid "org.qt-project.qt.cameraimagecapturecontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraImageCaptureControl, QCameraImageCaptureControl_iid)
QT_END_NAMESPACE
for controlling image processing parameters, like white balance,
contrast, saturation, sharpening and denoising.
- The interface name of QCameraImageProcessingControl is \c com.nokia.Qt.QCameraImageProcessingControl/1.0 as
+ The interface name of QCameraImageProcessingControl is \c org.qt-project.qt.cameraimageprocessingcontrol/5.0 as
defined in QCameraImageProcessingControl_iid.
Camera service may choose the parameters of image processing pipeline depending
/*!
\macro QCameraImageProcessingControl_iid
- \c com.nokia.Qt.QCameraImageProcessingControl/1.0
+ \c org.qt-project.qt.cameraimageprocessingcontrol/5.0
Defines the interface name of the QCameraImageProcessingControl class.
QCameraImageProcessingControl(QObject* parent = 0);
};
-#define QCameraImageProcessingControl_iid "com.nokia.Qt.QCameraImageProcessingControl/1.0"
+#define QCameraImageProcessingControl_iid "org.qt-project.qt.cameraimageprocessingcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraImageProcessingControl, QCameraImageProcessingControl_iid)
QT_END_NAMESPACE
This service is provided by a QMediaService object via
QMediaService::control(). It is used by QCamera.
- The interface name of QCameraLocksControl is \c com.nokia.Qt.QCameraLocksControl/1.0 as
+ The interface name of QCameraLocksControl is \c org.qt-project.qt.cameralockscontrol/5.0 as
defined in QCameraLocksControl_iid.
/*!
\macro QCameraLocksControl_iid
- \c com.nokia.Qt.QCameraLocksControl/1.0
+ \c org.qt-project.qt.cameralockscontrol/5.0
Defines the interface name of the QCameraLocksControl class.
QCameraLocksControl(QObject* parent = 0);
};
-#define QCameraLocksControl_iid "com.nokia.Qt.QCameraLocksControl/1.0"
+#define QCameraLocksControl_iid "org.qt-project.qt.cameralockscontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraLocksControl, QCameraLocksControl_iid)
QT_END_NAMESPACE
\brief The QCameraViewfinderResolutionControl class provides an abstract class
for controlling camera viewfinder parameters.
- The interface name of QCameraViewfinderResolutionControl is \c com.nokia.Qt.QCameraViewfinderResolutionControl/1.0 as
+ The interface name of QCameraViewfinderResolutionControl is \c org.qt-project.qt.cameraviewfinderresolutioncontrol/5.0 as
defined in QCameraViewfinderResolutionControl_iid.
\sa QMediaService::requestControl(), QCamera
/*!
\macro QCameraViewfinderResolutionControl_iid
- \c com.nokia.Qt.QCameraViewfinderResolutionControl/1.0
+ \c org.qt-project.qt.cameraviewfinderresolutioncontrol/5.0
Defines the interface name of the QCameraViewfinderResolutionControl class.
};
-#define QCameraViewfinderResolutionControl_iid "com.nokia.Qt.QCameraViewfinderControl/1.0"
+#define QCameraViewfinderResolutionControl_iid "org.qt-project.qt.cameraviewfindercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraViewfinderResolutionControl, QCameraViewfinderResolutionControl_iid)
QT_END_NAMESPACE
\ingroup multimedia
\ingroup multimedia_control
- The interface name of QCameraZoomControl is \c com.nokia.Qt.QCameraZoomControl/1.0 as
+ The interface name of QCameraZoomControl is \c org.qt-project.qt.camerazoomcontrol/5.0 as
defined in QCameraZoomControl_iid.
/*!
\macro QCameraZoomControl_iid
- \c com.nokia.Qt.QCameraZoomControl/1.0
+ \c org.qt-project.qt.camerazoomcontrol/5.0
Defines the interface name of the QCameraZoomControl class.
QCameraZoomControl(QObject* parent = 0);
};
-#define QCameraZoomControl_iid "com.nokia.Qt.QCameraZoomControl/1.0"
+#define QCameraZoomControl_iid "org.qt-project.qt.camerazoomcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QCameraZoomControl, QCameraZoomControl_iid)
QT_END_NAMESPACE
provides functions for quering supported image \l {supportedImageCodecs()}{codecs} and
\l {supportedResolutions()}{resolutions}.
- The interface name of QImageEncoderControl is \c com.nokia.Qt.QImageEncoderControl/1.0 as
+ The interface name of QImageEncoderControl is \c org.qt-project.qt.imageencodercontrol/5.0 as
defined in QImageEncoderControl_iid.
\sa QImageEncoderSettings, QMediaService::requestControl()
/*!
\macro QImageEncoderControl_iid
- \c com.nokia.Qt.QImageEncoderControl/1.0
+ \c org.qt-project.qt.imageencodercontrol/5.0
Defines the interface name of the QImageEncoderControl class.
QImageEncoderControl(QObject *parent = 0);
};
-#define QImageEncoderControl_iid "com.nokia.Qt.QImageEncoderControl/1.0"
+#define QImageEncoderControl_iid "org.qt-project.qt.imageencodercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QImageEncoderControl, QImageEncoderControl_iid)
QT_END_NAMESPACE
\l QAudioProbe is the client facing class for probing audio - this class is implemented by
media backends to provide this functionality.
- The interface name of QMediaAudioProbeControl is \c com.nokia.Qt.QMediaAudioProbeControl/1.0 as
+ The interface name of QMediaAudioProbeControl is \c org.qt-project.qt.mediaaudioprobecontrol/5.0 as
defined in QMediaAudioProbeControl_iid.
\sa QAudioProbe, QMediaService::requestControl(), QMediaPlayer, QCamera
/*!
\macro QMediaAudioProbeControl_iid
- \c com.nokia.Qt.QMediaAudioProbeControl/1.0
+ \c org.qt-project.qt.mediaaudioprobecontrol/5.0
Defines the interface name of the QMediaAudioProbeControl class.
explicit QMediaAudioProbeControl(QObject *parent = 0);
};
-#define QMediaAudioProbeControl_iid "com.nokia.Qt.QMediaAudioProbeControl/1.0"
+#define QMediaAudioProbeControl_iid "org.qt-project.qt.mediaaudioprobecontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaAudioProbeControl, QMediaAudioProbeControl_iid)
QT_END_NAMESPACE
An instance of QMediaObject (or its derived classes) can report any changes
in availability via this control.
- The interface name of QMediaAvailabilityControl is \c com.nokia.Qt.QMediaAvailabilityControl/1.0 as
+ The interface name of QMediaAvailabilityControl is \c org.qt-project.qt.mediaavailabilitycontrol/5.0 as
defined in QMediaAvailabilityControl_iid.
\sa QMediaService::requestControl(), QMediaObject
/*!
\macro QMediaAvailabilityControl_iid
- \c com.nokia.Qt.QMediaAvailabilityControl/1.0
+ \c org.qt-project.qt.mediaavailabilitycontrol/5.0
Defines the interface name of the QMediaAvailabilityControl class.
QMediaAvailabilityControl(QObject* parent = 0);
};
-#define QMediaAvailabilityControl_iid "com.nokia.Qt.QMediaAvailabilityControl/1.0"
+#define QMediaAvailabilityControl_iid "org.qt-project.qt.mediaavailabilitycontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaAvailabilityControl, QMediaAvailabilityControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application code
through the QMediaRecorder class.
- The interface name of QMediaContainerControl is \c com.nokia.Qt.QMediaContainerControl/1.0 as
+ The interface name of QMediaContainerControl is \c org.qt-project.qt.mediacontainercontrol/5.0 as
defined in QMediaContainerControl_iid.
\sa QMediaService::requestControl(), QMediaRecorder
/*!
\macro QMediaContainerControl_iid
- \c com.nokia.Qt.QMediaContainerControl/1.0
+ \c org.qt-project.qt.mediacontainercontrol/5.0
Defines the interface name of the QMediaContainerControl class.
QMediaContainerControl(QObject *parent = 0);
};
-#define QMediaContainerControl_iid "com.nokia.Qt.QMediaContainerControl/1.0"
+#define QMediaContainerControl_iid "org.qt-project.qt.mediacontainercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaContainerControl, QMediaContainerControl_iid)
QT_END_NAMESPACE
code through the QMediaPlayer class.
The interface name of QMediaGaplessPlaybackControl is
- \c com.nokia.Qt.QMediaGaplessPlaybackControl/1.0 as defined in QMediaGaplessPlaybackControl_iid.
+ \c org.qt-project.qt.mediagaplessplaybackcontrol/5.0 as defined in QMediaGaplessPlaybackControl_iid.
\sa QMediaService::requestControl(), QMediaPlayer
*/
/*!
\macro QMediaGaplessPlaybackControl_iid
- \c com.nokia.Qt.QMediaGaplessPlaybackControl/1.0
+ \c org.qt-project.qt.mediagaplessplaybackcontrol/5.0
Defines the interface name of the QMediaGaplessPlaybackControl class.
QMediaGaplessPlaybackControl(QObject* parent = 0);
};
-#define QMediaGaplessPlaybackControl_iid "com.nokia.Qt.QMediaGaplessPlaybackControl/1.0"
+#define QMediaGaplessPlaybackControl_iid "org.qt-project.qt.mediagaplessplaybackcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaGaplessPlaybackControl, QMediaGaplessPlaybackControl_iid)
QT_END_NAMESPACE
QMediaNetworkAccessControl(QObject *parent = 0);
};
-#define QMediaNetworkAccessControl_iid "com.nokia.Qt.QMediaNetworkAccessControl/1.0"
+#define QMediaNetworkAccessControl_iid "org.qt-project.qt.medianetworkaccesscontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaNetworkAccessControl, QMediaNetworkAccessControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application
code through the QMediaPlayer class.
- The interface name of QMediaPlayerControl is \c com.nokia.Qt.QMediaPlayerControl/1.0 as
+ The interface name of QMediaPlayerControl is \c org.qt-project.qt.mediaplayercontrol/5.0 as
defined in QMediaPlayerControl_iid.
\sa QMediaService::requestControl(), QMediaPlayer
/*!
\macro QMediaPlayerControl_iid
- \c com.nokia.Qt.QMediaPlayerControl/1.0
+ \c org.qt-project.qt.mediaplayercontrol/5.0
Defines the interface name of the QMediaPlayerControl class.
QMediaPlayerControl(QObject* parent = 0);
};
-#define QMediaPlayerControl_iid "com.nokia.Qt.QMediaPlayerControl/1.0"
+#define QMediaPlayerControl_iid "org.qt-project.qt.mediaplayercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaPlayerControl, QMediaPlayerControl_iid)
QT_END_NAMESPACE
The functionality provided by the control is exposed to application code
through the QMediaPlaylist class.
- The interface name of QMediaPlaylistControl is \c com.nokia.Qt.QMediaPlaylistControl/1.0 as
+ The interface name of QMediaPlaylistControl is \c org.qt-project.qt.mediaplaylistcontrol/5.0 as
defined in QMediaPlaylistControl_iid.
\sa QMediaService::requestControl(), QMediaPlayer
/*!
\macro QMediaPlaylistControl_iid
- \c com.nokia.Qt.QMediaPlaylistControl/1.0
+ \c org.qt-project.qt.mediaplaylistcontrol/5.0
Defines the interface name of the QMediaPlaylistControl class.
QMediaPlaylistControl(QObject* parent = 0);
};
-#define QMediaPlaylistControl_iid "com.nokia.Qt.QMediaPlaylistControl/1.0"
+#define QMediaPlaylistControl_iid "org.qt-project.qt.mediaplaylistcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaPlaylistControl, QMediaPlaylistControl_iid)
QT_END_NAMESPACE
advance the playlist with QMediaPlaylist::next() when playback of the
current media is finished.
- The interface name of QMediaPlaylistSourceControl is \c com.nokia.Qt.QMediaPlaylistSourceControl/1.0 as
+ The interface name of QMediaPlaylistSourceControl is \c org.qt-project.qt.mediaplaylistsourcecontrol/5.0 as
defined in QMediaPlaylistSourceControl_iid.
\sa QMediaService::requestControl(), QMediaPlayer
/*!
\macro QMediaPlaylistSourceControl_iid
- \c com.nokia.Qt.QMediaPlaylistSourceControl/1.0
+ \c org.qt-project.qt.mediaplaylistsourcecontrol/5.0
Defines the interface name of the QMediaPlaylistSourceControl class.
QMediaPlaylistSourceControl(QObject* parent = 0);
};
-#define QMediaPlaylistSourceControl_iid "com.nokia.Qt.QMediaPlaylistSourceControl/1.0"
+#define QMediaPlaylistSourceControl_iid "org.qt-project.qt.mediaplaylistsourcecontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaPlaylistSourceControl, QMediaPlaylistSourceControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application
code through the QMediaRecorder class.
- The interface name of QMediaRecorderControl is \c com.nokia.Qt.QMediaRecorderControl/1.0 as
+ The interface name of QMediaRecorderControl is \c org.qt-project.qt.mediarecordercontrol/5.0 as
defined in QMediaRecorderControl_iid.
\sa QMediaService::requestControl(), QMediaRecorder
/*!
\macro QMediaRecorderControl_iid
- \c com.nokia.Qt.QMediaRecorderControl/1.0
+ \c org.qt-project.qt.mediarecordercontrol/5.0
Defines the interface name of the QMediaRecorderControl class.
QMediaRecorderControl(QObject* parent = 0);
};
-#define QMediaRecorderControl_iid "com.nokia.Qt.QMediaRecorderControl/1.0"
+#define QMediaRecorderControl_iid "org.qt-project.qt.mediarecordercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaRecorderControl, QMediaRecorderControl_iid)
QT_END_NAMESPACE
The QMediaStreamsControl class provides descriptions of the available media streams
and allows individual streams to be activated and deactivated.
- The interface name of QMediaStreamsControl is \c com.nokia.Qt.MediaStreamsControl as
+ The interface name of QMediaStreamsControl is \c org.qt-project.qt.mediastreamscontrol/5.0 as
defined in QMediaStreamsControl_iid.
\sa QMediaService::requestControl()
/*!
\macro QMediaStreamsControl_iid
- \c com.nokia.Qt.MediaStreamsControl
+ \c org.qt-project.qt.mediastreamscontrol/5.0
Defines the interface name of the QMediaStreamsControl class.
QMediaStreamsControl(QObject *parent = 0);
};
-#define QMediaStreamsControl_iid "com.nokia.Qt.QMediaStreamsControl/1.0"
+#define QMediaStreamsControl_iid "org.qt-project.qt.mediastreamscontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaStreamsControl, QMediaStreamsControl_iid)
QT_END_NAMESPACE
\l QVideoProbe is the client facing class for probing video - this class is implemented by
media backends to provide this functionality.
- The interface name of QMediaVideoProbeControl is \c com.nokia.Qt.QMediaVideoProbeControl/1.0 as
+ The interface name of QMediaVideoProbeControl is \c org.qt-project.qt.mediavideoprobecontrol/5.0 as
defined in QMediaVideoProbeControl_iid.
\sa QVideoProbe, QMediaService::requestControl(), QMediaPlayer, QCamera
/*!
\macro QMediaVideoProbeControl_iid
- \c com.nokia.Qt.QMediaVideoProbeControl/1.0
+ \c org.qt-project.qt.mediavideoprobecontrol/5.0
Defines the interface name of the QMediaVideoProbeControl class.
explicit QMediaVideoProbeControl(QObject *parent = 0);
};
-#define QMediaVideoProbeControl_iid "com.nokia.Qt.QMediaVideoProbeControl/1.0"
+#define QMediaVideoProbeControl_iid "org.qt-project.qt.mediavideoprobecontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMediaVideoProbeControl, QMediaVideoProbeControl_iid)
QT_END_NAMESPACE
service may implement QMetaDataReaderControl.
The interface name of QMetaDataReaderControl is
- \c com.nokia.Qt.QMetaDataReaderControl/1.0 as defined in
+ \c org.qt-project.qt.metadatareadercontrol/5.0 as defined in
QMetaDataReaderControl_iid.
\sa QMediaService::requestControl(), QMediaObject
/*!
\macro QMetaDataReaderControl_iid
- \c com.nokia.Qt.QMetaDataReaderControl/1.0
+ \c org.qt-project.qt.metadatareadercontrol/5.0
Defines the interface name of the QMetaDataReaderControl class.
QMetaDataReaderControl(QObject *parent = 0);
};
-#define QMetaDataReaderControl_iid "com.nokia.Qt.QMetaDataReaderControl/1.0"
+#define QMetaDataReaderControl_iid "org.qt-project.qt.metadatareadercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMetaDataReaderControl, QMetaDataReaderControl_iid)
QT_END_NAMESPACE
potentially available in any of the media object classes. Any media
service may implement QMetaDataControl.
- The interface name of QMetaDataWriterControl is \c com.nokia.Qt.QMetaDataWriterControl/1.0 as
+ The interface name of QMetaDataWriterControl is \c org.qt-project.qt.metadatawritercontrol/5.0 as
defined in QMetaDataWriterControl_iid.
\sa QMediaService::requestControl(), QMediaObject
/*!
\macro QMetaDataWriterControl_iid
- \c com.nokia.Qt.QMetaDataWriterControl/1.0
+ \c org.qt-project.qt.metadatawritercontrol/5.0
Defines the interface name of the QMetaDataWriterControl class.
QMetaDataWriterControl(QObject *parent = 0);
};
-#define QMetaDataWriterControl_iid "com.nokia.Qt.QMetaDataWriterControl/1.0"
+#define QMetaDataWriterControl_iid "org.qt-project.qt.metadatawritercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QMetaDataWriterControl, QMetaDataWriterControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application code
through the QRadioData class.
- The interface name of QRadioDataControl is \c com.nokia.Qt.QRadioDataControl/5.0 as
+ The interface name of QRadioDataControl is \c org.qt-project.qt.radiodatacontrol/5.0 as
defined in QRadioDataControl_iid.
\sa QMediaService::requestControl(), QRadioData
/*!
\macro QRadioDataControl_iid
- \c com.nokia.Qt.QRadioDataControl/5.0
+ \c org.qt-project.qt.radiodatacontrol/5.0
Defines the interface name of the QRadioDataControl class.
QRadioDataControl(QObject *parent = 0);
};
-#define QRadioDataControl_iid "com.nokia.Qt.QRadioDataControl/5.0"
+#define QRadioDataControl_iid "org.qt-project.qt.radiodatacontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QRadioDataControl, QRadioDataControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application code
through the QRadioTuner class.
- The interface name of QRadioTunerControl is \c com.nokia.Qt.QRadioTunerControl/1.0 as
+ The interface name of QRadioTunerControl is \c org.qt-project.qt.radiotunercontrol/5.0 as
defined in QRadioTunerControl_iid.
\sa QMediaService::requestControl(), QRadioTuner
/*!
\macro QRadioTunerControl_iid
- \c com.nokia.Qt.QRadioTunerControl/1.0
+ \c org.qt-project.qt.radiotunercontrol/5.0
Defines the interface name of the QRadioTunerControl class.
QRadioTunerControl(QObject *parent = 0);
};
-#define QRadioTunerControl_iid "com.nokia.Qt.QRadioTunerControl/1.0"
+#define QRadioTunerControl_iid "org.qt-project.qt.radiotunercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QRadioTunerControl, QRadioTunerControl_iid)
QT_END_NAMESPACE
available on a system and allows one to be selected as the endpoint of a
media service.
- The interface name of QVideoDeviceControl is \c com.nokia.Qt.VideoDeviceControl as
+ The interface name of QVideoDeviceControl is \c org.qt-project.qt.videodevicecontrol/5.0 as
defined in QVideoDeviceControl_iid.
*/
/*!
\macro QVideoDeviceControl_iid
- \c com.nokia.Qt.VideoDeviceControl
+ \c org.qt-project.qt.videodevicecontrol/5.0
Defines the interface name of the QVideoDeviceControl class.
QVideoDeviceControl(QObject *parent = 0);
};
-#define QVideoDeviceControl_iid "com.nokia.Qt.QVideoDeviceControl/1.0"
+#define QVideoDeviceControl_iid "org.qt-project.qt.videodevicecontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QVideoDeviceControl, QVideoDeviceControl_iid)
QT_END_NAMESPACE
The functionality provided by this control is exposed to application code
through the QMediaRecorder class.
- The interface name of QVideoEncoderControl is \c com.nokia.Qt.QVideoEncoderControl/1.0 as
+ The interface name of QVideoEncoderControl is \c org.qt-project.qt.videoencodercontrol/5.0 as
defined in QVideoEncoderControl_iid.
\sa QMediaRecorder, QVideoEncoderSettings, QMediaService::requestControl()
/*!
\macro QVideoEncoderControl_iid
- \c com.nokia.Qt.QVideoEncoderControl/1.0
+ \c org.qt-project.qt.videoencodercontrol/5.0
Defines the interface name of the QVideoEncoderControl class.
QVideoEncoderControl(QObject *parent = 0);
};
-#define QVideoEncoderControl_iid "com.nokia.Qt.QVideoEncoderControl/1.0"
+#define QVideoEncoderControl_iid "org.qt-project.qt.videoencodercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QVideoEncoderControl, QVideoEncoderControl_iid)
QT_END_NAMESPACE
QVideoRendererControl is one of a number of possible video output controls.
- The interface name of QVideoRendererControl is \c com.nokia.Qt.QVideoRendererControl/1.0 as
+ The interface name of QVideoRendererControl is \c org.qt-project.qt.videorenderercontrol/5.0 as
defined in QVideoRendererControl_iid.
\sa QMediaService::requestControl(), QVideoWidget
/*!
\macro QVideoRendererControl_iid
- \c com.nokia.Qt.QVideoRendererControl/1.0
+ \c org.qt-project.qt.videorenderercontrol/5.0
Defines the interface name of the QVideoRendererControl class.
QVideoRendererControl(QObject *parent = 0);
};
-#define QVideoRendererControl_iid "com.nokia.Qt.QVideoRendererControl/1.0"
+#define QVideoRendererControl_iid "org.qt-project.qt.videorenderercontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QVideoRendererControl, QVideoRendererControl_iid)
QT_END_NAMESPACE
virtual QAbstractVideoBuffer *prepareVideoBuffer(GstBuffer *buffer, int bytesPerLine) = 0;
};
-#define QGstBufferPoolInterface_iid "com.nokia.Qt.QGstBufferPoolInterface"
+#define QGstBufferPoolInterface_iid "org.qt-project.qt.gstbufferpool/5.0"
Q_DECLARE_INTERFACE(QGstBufferPoolInterface, QGstBufferPoolInterface_iid)
class QGstBufferPoolPlugin : public QObject, public QGstBufferPoolInterface
//returns true if message was processed and should be dropped, false otherwise
virtual bool processSyncMessage(const QGstreamerMessage &message) = 0;
};
-#define QGstreamerSyncMessageFilter_iid "com.nokia.Qt.QGstreamerSyncMessageFilter/1.0"
+#define QGstreamerSyncMessageFilter_iid "org.qt-project.qt.gstreamersyncmessagefilter/5.0"
Q_DECLARE_INTERFACE(QGstreamerSyncMessageFilter, QGstreamerSyncMessageFilter_iid)
//returns true if message was processed and should be dropped, false otherwise
virtual bool processBusMessage(const QGstreamerMessage &message) = 0;
};
-#define QGstreamerBusMessageFilter_iid "com.nokia.Qt.QGstreamerBusMessageFilter/1.0"
+#define QGstreamerBusMessageFilter_iid "org.qt-project.qt.gstreamerbusmessagefilter/5.0"
Q_DECLARE_INTERFACE(QGstreamerBusMessageFilter, QGstreamerBusMessageFilter_iid)
endpoints available on a system and allows one to be selected as the audio
of a media service.
- The interface name of QAudioEndpointSelector is \c com.nokia.Qt.QAudioEndpointSelector/1.0 as
+ The interface name of QAudioEndpointSelector is \c org.qt-project.qt.audioendpointselector/5.0 as
defined in QAudioEndpointSelector_iid.
\sa QMediaService::requestControl()
/*!
\macro QAudioEndpointSelector_iid
- \c com.nokia.Qt.QAudioEndpointSelector/1.0
+ \c org.qt-project.qt.audioendpointselector/5.0
Defines the interface name of the QAudioEndpointSelector class.
QAudioEndpointSelector(QObject *parent = 0);
};
-#define QAudioEndpointSelector_iid "com.nokia.Qt.QAudioEndpointSelector/1.0"
+#define QAudioEndpointSelector_iid "org.qt-project.qt.audioendpointselector/5.0"
Q_MEDIA_DECLARE_CONTROL(QAudioEndpointSelector, QAudioEndpointSelector_iid)
QT_END_NAMESPACE
virtual QMediaPlaylistWriter *createWriter(QIODevice *device, const QByteArray &format) = 0;
};
-#define QMediaPlaylistIOInterface_iid "com.nokia.Qt.QMediaPlaylistIOInterface"
+#define QMediaPlaylistIOInterface_iid "org.qt-project.qt.mediaplaylistio/5.0"
Q_DECLARE_INTERFACE(QMediaPlaylistIOInterface, QMediaPlaylistIOInterface_iid);
class Q_MULTIMEDIA_EXPORT QMediaPlaylistIOPlugin : public QObject, public QMediaPlaylistIOInterface
};
#define QMediaBindableInterface_iid \
- "com.nokia.Qt.QMediaBindableInterface/1.0"
+ "org.qt-project.qt.mediabindable/5.0"
Q_DECLARE_INTERFACE(QMediaBindableInterface, QMediaBindableInterface_iid)
QT_END_NAMESPACE
};
#define QMediaServiceProviderFactoryInterface_iid \
- "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0"
+ "org.qt-project.qt.mediaserviceproviderfactory/5.0"
Q_DECLARE_INTERFACE(QMediaServiceProviderFactoryInterface, QMediaServiceProviderFactoryInterface_iid)
};
#define QMediaServiceSupportedFormatsInterface_iid \
- "com.nokia.Qt.QMediaServiceSupportedFormatsInterface/1.0"
+ "org.qt-project.qt.mediaservicesupportedformats/5.0"
Q_DECLARE_INTERFACE(QMediaServiceSupportedFormatsInterface, QMediaServiceSupportedFormatsInterface_iid)
};
#define QMediaServiceSupportedDevicesInterface_iid \
- "com.nokia.Qt.QMediaServiceSupportedDevicesInterface/1.0"
+ "org.qt-project.qt.mediaservicesupporteddevices/5.0"
Q_DECLARE_INTERFACE(QMediaServiceSupportedDevicesInterface, QMediaServiceSupportedDevicesInterface_iid)
#define QMediaServiceFeaturesInterface_iid \
- "com.nokia.Qt.QMediaServiceFeaturesInterface/1.0"
+ "org.qt-project.qt.mediaservicefeatures/5.0"
Q_DECLARE_INTERFACE(QMediaServiceFeaturesInterface, QMediaServiceFeaturesInterface_iid)
Required: QVideoOutputControl
Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl
*/
-#define Q_MEDIASERVICE_MEDIAPLAYER "com.nokia.qt.mediaplayer"
+#define Q_MEDIASERVICE_MEDIAPLAYER "org.qt-project.qt.mediaplayer"
/*!
Service with support for recording from audio sources
Recommended: QAudioEncoderControl
Optional: QMediaContainerControl
*/
-#define Q_MEDIASERVICE_AUDIOSOURCE "com.nokia.qt.audiosource"
+#define Q_MEDIASERVICE_AUDIOSOURCE "org.qt-project.qt.audiosource"
/*!
Service with support for camera use.
Required: QVideoOutputControl
Optional: QVideoWindowControl, QVideoRendererControl, QVideoWidgetControl
*/
-#define Q_MEDIASERVICE_CAMERA "com.nokia.qt.camera"
+#define Q_MEDIASERVICE_CAMERA "org.qt-project.qt.camera"
/*!
Service with support for radio tuning.
Recommended: QAudioEncoderControl
Optional: QMediaContainerControl
*/
-#define Q_MEDIASERVICE_RADIO "com.nokia.qt.radio"
+#define Q_MEDIASERVICE_RADIO "org.qt-project.qt.radio"
/*!
Service with support for decoding audio.
Required Controls: QAudioDecoderControl
Optional: that streams control
*/
-#define Q_MEDIASERVICE_AUDIODECODER "com.nokia.qt.audiodecode"
+#define Q_MEDIASERVICE_AUDIODECODER "org.qt-project.qt.audiodecode"
virtual QSGVideoNode *createNode(const QVideoSurfaceFormat &format) = 0;
};
-#define QSGVideoNodeFactoryInterface_iid "com.nokia.Qt.QSGVideoNodeFactoryInterface"
+#define QSGVideoNodeFactoryInterface_iid "org.qt-project.qt.sgvideonodefactory/5.0"
Q_DECLARE_INTERFACE(QSGVideoNodeFactoryInterface, QSGVideoNodeFactoryInterface_iid)
class QSGVideoNodeFactoryPlugin : public QObject, public QSGVideoNodeFactoryInterface
QVideoWidgetControl is one of number of possible video output controls.
- The interface name of QVideoWidgetControl is \c com.nokia.Qt.QVideoWidgetControl/1.0 as
+ The interface name of QVideoWidgetControl is \c org.qt-project.qt.videowidgetcontrol/5.0 as
defined in QVideoWidgetControl_iid.
\sa QMediaService::requestControl(), QVideoWidget
/*!
\macro QVideoWidgetControl_iid
- \c com.nokia.Qt.QVideoWidgetControl/1.0
+ \c org.qt-project.qt.videowidgetcontrol/5.0
Defines the interface name of the QVideoWidgetControl class.
QVideoWidgetControl(QObject *parent = 0);
};
-#define QVideoWidgetControl_iid "com.nokia.Qt.QVideoWidgetControl/1.0"
+#define QVideoWidgetControl_iid "org.qt-project.qt.videowidgetcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QVideoWidgetControl, QVideoWidgetControl_iid)
QT_END_NAMESPACE
QVideoWindowControl is one of a number of possible video output controls.
- The interface name of QVideoWindowControl is \c com.nokia.Qt.QVideoWindowControl/1.0 as
+ The interface name of QVideoWindowControl is \c org.qt-project.qt.videowindowcontrol/5.0 as
defined in QVideoWindowControl_iid.
\sa QMediaService::requestControl(), QVideoWidget
/*!
\macro QVideoWindowControl_iid
- \c com.nokia.Qt.QVideoWindowControl/1.0
+ \c org.qt-project.qt.videowindowcontrol/5.0
Defines the interface name of the QVideoWindowControl class.
QVideoWindowControl(QObject *parent = 0);
};
-#define QVideoWindowControl_iid "com.nokia.Qt.QVideoWindowControl/1.0"
+#define QVideoWindowControl_iid "org.qt-project.qt.videowindowcontrol/5.0"
Q_MEDIA_DECLARE_CONTROL(QVideoWindowControl, QVideoWindowControl_iid)
QT_END_NAMESPACE
{
- "Keys": ["com.nokia.qt.audiosource"]
+ "Keys": ["org.qt-project.qt.audiosource"]
}
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "audiocapture.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "audiocapture.json")
public:
QMediaService* create(QString const& key);
{
- "Keys": ["com.nokia.qt.camera", "com.nokia.qt.mediaplayer"]
+ "Keys": ["org.qt-project.qt.camera", "org.qt-project.qt.mediaplayer"]
}
Q_OBJECT
Q_INTERFACES(QMediaServiceSupportedDevicesInterface)
Q_INTERFACES(QMediaServiceFeaturesInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0", FILE "directshow.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0", FILE "directshow.json")
public:
QMediaService* create(QString const& key);
{
- "Keys": ["com.nokia.qt.mediaplayer", "com.nokia.qt.audiosource", "com.nokia.qt.camera", "com.nokia.qt.audiodecode"]
+ "Keys": ["org.qt-project.qt.mediaplayer", "org.qt-project.qt.audiosource", "org.qt-project.qt.camera", "org.qt-project.qt.audiodecode"]
}
Q_INTERFACES(QMediaServiceSupportedDevicesInterface)
Q_INTERFACES(QMediaServiceFeaturesInterface)
Q_INTERFACES(QMediaServiceSupportedFormatsInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "gstreamer.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "gstreamer.json")
public:
QMediaService* create(QString const& key);
void release(QMediaService *service);
//void readyChanged(bool);
};
-#define QGstreamerVideoRendererInterface_iid "com.nokia.Qt.QGstreamerVideoRendererInterface/1.0"
+#define QGstreamerVideoRendererInterface_iid "org.qt-project.qt.gstreamervideorenderer/5.0"
Q_DECLARE_INTERFACE(QGstreamerVideoRendererInterface, QGstreamerVideoRendererInterface_iid)
QT_END_NAMESPACE
class QM3uPlaylistPlugin : public QMediaPlaylistIOPlugin
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaPlaylistIOInterface" FILE "m3u.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaplaylistio/5.0" FILE "m3u.json")
public:
explicit QM3uPlaylistPlugin(QObject *parent = 0);
{
Q_OBJECT
- Q_PLUGIN_METADATA(IID "com.nokia.qt.QAudioSystemFactoryInterface" FILE "pulseaudio.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.audiosystemfactory/5.0" FILE "pulseaudio.json")
public:
QPulseAudioPlugin(QObject *parent = 0);
{
- "Keys": ["com.nokia.qt.mediaplayer"]
+ "Keys": ["org.qt-project.qt.mediaplayer"]
}
{
Q_OBJECT
Q_INTERFACES(QMediaServiceFeaturesInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "qt7.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "qt7.json")
public:
QT7ServicePlugin();
};
#define QT7VideoOutput_iid \
- "com.nokia.Qt.QT7VideoOutput/1.0"
+ "org.qt-project.qt.QT7VideoOutput/5.0"
Q_DECLARE_INTERFACE(QT7VideoOutput, QT7VideoOutput_iid)
class QT7VideoWindowControl : public QVideoWindowControl, public QT7VideoOutput
Q_OBJECT
Q_INTERFACES(QMediaServiceSupportedFormatsInterface)
Q_INTERFACES(QMediaServiceSupportedDevicesInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "mockserviceplugin1.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "mockserviceplugin1.json")
public:
QStringList keys() const
{
{
- "Keys": ["com.nokia.qt.mediaplayer"]
+ "Keys": ["org.qt-project.qt.mediaplayer"]
}
Q_OBJECT
Q_INTERFACES(QMediaServiceSupportedFormatsInterface)
Q_INTERFACES(QMediaServiceFeaturesInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "mockserviceplugin2.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "mockserviceplugin2.json")
public:
QStringList keys() const
{
{
- "Keys": ["com.nokia.qt.mediaplayer", "com.nokia.qt.radio"]
+ "Keys": ["org.qt-project.qt.mediaplayer", "org.qt-project.qt.radio"]
}
{
Q_OBJECT
Q_INTERFACES(QMediaServiceSupportedDevicesInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "mockserviceplugin3.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "mockserviceplugin3.json")
public:
QStringList keys() const
{
{
- "Keys": ["com.nokia.qt.mediaplayer", "com.nokia.qt.audiosource"]
+ "Keys": ["org.qt-project.qt.mediaplayer", "org.qt-project.qt.audiosource"]
}
Q_OBJECT
Q_INTERFACES(QMediaServiceSupportedFormatsInterface)
Q_INTERFACES(QMediaServiceFeaturesInterface)
- Q_PLUGIN_METADATA(IID "com.nokia.Qt.QMediaServiceProviderFactoryInterface/1.0" FILE "mockserviceplugin4.json")
+ Q_PLUGIN_METADATA(IID "org.qt-project.qt.mediaserviceproviderfactory/5.0" FILE "mockserviceplugin4.json")
public:
QStringList keys() const
{
{
- "Keys": ["com.nokia.qt.mediaplayer"]
+ "Keys": ["org.qt-project.qt.mediaplayer"]
}