Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
multimedia_plugin.cpp
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#include <QtQml/qqmlextensionplugin.h>
5#include <QtQml/qqml.h>
6#include <QtQml/qqmlengine.h>
7#include <QtQml/qqmlcomponent.h>
8#include "qsoundeffect.h"
9#include "qmediaplayer.h"
10#include "qmediametadata.h"
11#include "qcamera.h"
13#include "qmediarecorder.h"
14
15#include <private/qquickimagepreviewprovider_p.h>
16
18
38
40
41#include "multimedia_plugin.moc"
42
void initializeEngine(QQmlEngine *engine, const char *uri) override
QMultimediaQuickModule(QObject *parent=nullptr)
\inmodule QtCore
Definition qobject.h:103
QObject * parent() const
Returns a pointer to the parent object.
Definition qobject.h:346
The QQmlEngineExtensionPlugin class provides an abstract base for custom QML extension plugins.
The QQmlEngine class provides an environment for instantiating QML components.
Definition qqmlengine.h:57
Combined button and popup list for selecting options.
#define QQmlEngineExtensionInterface_iid
static const QQmlModuleRegistration registration("QtQml", qml_register_types_QtQml)
#define Q_OBJECT
#define Q_PLUGIN_METADATA(x)
QT_BEGIN_NAMESPACE void Q_MULTIMEDIAQUICK_EXPORT qml_register_types_QtMultimedia()
#define Q_UNUSED(x)
QJSEngine engine
[0]