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
qtmultimedia-examples.qdoc
Go to the documentation of this file.
1// Copyright (C) 2015 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
3
4/*!
5 \group multimedia_examples
6 \title Qt Multimedia Examples
7 \brief Demonstrates the multimedia functionality provided by Qt.
8
9 The \l{Qt Multimedia} module provides cross-platform multimedia capabilities
10 for Qt based applications.
11
12 The examples listed below show some typical use cases in various areas, featuring
13 both low-level audio examples, high level audio and video playback
14 as well as capturing and recording of audiovisual content using both C++ and QML.
15*/