summaryrefslogtreecommitdiffstats
path: root/src/multimedia/controls/qmediaplayercontrol.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/multimedia/controls/qmediaplayercontrol.cpp')
-rw-r--r--src/multimedia/controls/qmediaplayercontrol.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/multimedia/controls/qmediaplayercontrol.cpp b/src/multimedia/controls/qmediaplayercontrol.cpp
index 1eccb7627..9ea6fde82 100644
--- a/src/multimedia/controls/qmediaplayercontrol.cpp
+++ b/src/multimedia/controls/qmediaplayercontrol.cpp
@@ -315,6 +315,11 @@ QMediaPlayerControl::QMediaPlayerControl(QObject *parent):
Setting the media to a null QMediaContent will cause the control to discard all
information relating to the current media source and to cease all I/O operations related
to that media.
+
+ Qt resource files are never passed as is. If the service supports
+ QMediaServiceProviderHint::StreamPlayback, a \a stream is supplied, pointing to an opened
+ QFile. Otherwise, the resource is copied into a temporary file and \a media contains the
+ url to that file.
*/
/*!