/usr/share/qt5/doc/qtmultimedia/qtmultimedia-index.html is in qtmultimedia5-doc-html 5.2.1-0ubuntu5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qtmultimedia-index.qdoc -->
<title>Qt Multimedia | QtMultimedia 5.2</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="main">
<div class="main-rounded">
<div class="navigationbar">
<ul>
<li>Qt 5.2</li>
<li>Qt Multimedia</li>
<li id="buildversion">
Qt 5.2.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#getting-started">Getting Started</a></li>
<li class="level1"><a href="#qml-types-and-c-classes">QML Types and C++ Classes</a></li>
<li class="level1"><a href="#related-information">Related Information</a></li>
<li class="level2"><a href="#guides">Guides</a></li>
<li class="level2"><a href="#platform-notes">Platform Notes</a></li>
<li class="level2"><a href="#reference">Reference</a></li>
<li class="level2"><a href="#examples">Examples</a></li>
</ul>
</div>
<h1 class="title">Qt Multimedia</h1>
<span class="subtitle"></span>
<!-- $$$qtmultimedia-index.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt Multimedia is an essential module that provides a rich set of QML types and C++ classes to handle multimedia content. It also provides necessary APIs to access the camera and radio functionality. The included <a href="qtaudioengine-qmlmodule.html">Qt Audio Engine</a> provides types for 3D positional audio playback and management.</p>
<p>The Qt Multimedia Widgets module provides widget based multimedia classes.</p>
<a name="getting-started"></a>
<h2>Getting Started</h2>
<p>The QML types can be imported into your applciation using the following import statement in your <tt>.qml</tt> file.</p>
<pre class="cpp">import <span class="type"><a href="qtmultimedia-module.html">QtMultimedia</a></span> <span class="number">5.0</span></pre>
<p>If you intend to use the C++ classes in your application, include the C++ definitions using the following directive:</p>
<pre class="cpp"> <span class="preprocessor">#include <QtMultimedia></span></pre>
<p><b>Note: </b>If you are using a few classes from this module, we recommend including those specific classes only instead of the module.</p><p>To link against the corresponding C++ libraries, add the following to your <tt>qmake</tt> project file:</p>
<pre class="cpp">QT <span class="operator">+</span><span class="operator">=</span> multimedia</pre>
<a name="qml-types-and-c-classes"></a>
<h2>QML Types and C++ Classes</h2>
<p>The following is a list of important QML types and C++ classes provided by this module:</p>
<table class="generic">
<thead><tr class="qt-style"><th >Type</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><a href="qml-qtmultimedia-audio.html">Audio</a></td><td >Add audio playback functionality to a scene</td></tr>
<tr valign="top" class="even"><td ><a href="qml-qtmultimedia-camera.html">Camera</a></td><td >Access camera viewfinder frames</td></tr>
<tr valign="top" class="odd"><td ><a href="qml-qtmultimedia-mediaplayer.html">MediaPlayer</a></td><td >Add media playback functionality to a scene. It is same as Audio type, but can be used for video playback with the <a href="qml-qtmultimedia-videooutput.html">VideoOutput</a> type.</td></tr>
<tr valign="top" class="even"><td ><a href="qml-qtmultimedia-radio.html">Radio</a></td><td >Access radio functionality</td></tr>
<tr valign="top" class="odd"><td ><a href="qml-qtmultimedia-video.html">Video</a></td><td >Add Video playback functionality to a scene. It uses <a href="qml-qtmultimedia-mediaplayer.html">MediaPlayer</a> and <a href="qml-qtmultimedia-videooutput.html">VideoOutput</a> types to provide video playback functionality.</td></tr>
</table>
<table class="generic">
<thead><tr class="qt-style"><th >Class</th><th >Description</th></tr></thead>
<tr valign="top" class="odd"><td ><a href="qaudiooutput.html">QAudioOutput</a></td><td >Sends audio data to an audio output device</td></tr>
<tr valign="top" class="even"><td ><a href="qcamera.html">QCamera</a></td><td >Access camera viewfinder.</td></tr>
<tr valign="top" class="odd"><td ><a href="qcameraimagecapture.html">QCameraImageCapture</a></td><td >Record media content. Intended to be used with <a href="qcamera.html">QCamera</a> to record media.</td></tr>
<tr valign="top" class="even"><td ><a href="qmediaplayer.html">QMediaPlayer</a></td><td >Playback media from a source.</td></tr>
<tr valign="top" class="odd"><td ><a href="qradiotuner.html">QRadioTuner</a></td><td >Access radio device.</td></tr>
<tr valign="top" class="even"><td ><a href="qvideorenderercontrol.html">QVideoRendererControl</a></td><td >Control video data.</td></tr>
</table>
<a name="related-information"></a>
<h2>Related Information</h2>
<a name="guides"></a>
<h3>Guides</h3>
<ul>
<li><a href="multimediaoverview.html">Multimedia</a> - overview of multimedia support in Qt</li>
<li><a href="audiooverview.html">Audio Overview</a></li>
<li><a href="videooverview.html">Video Overview</a></li>
<li><a href="cameraoverview.html">Camera Overview</a></li>
<li><a href="radiooverview.html">Radio Overview</a></li>
</ul>
<a name="platform-notes"></a>
<h3>Platform Notes</h3>
<ul>
<li><a href="blackberry.html">BlackBerry</a></li>
<li><a href="qtmultimedia-windows.html">Windows</a></li>
</ul>
<a name="reference"></a>
<h3>Reference</h3>
<ul>
<li>Qt Multimedia<ul>
<li><a href="qtmultimedia-qmlmodule.html">QML Types</a></li>
<li><a href="qtmultimedia-module.html">C++ Classes</a></li>
</ul>
</li>
</ul>
<ul>
<li>Qt Audio Engine<ul>
<li><a href="qtaudioengine-qmlmodule.html">QML Types</a></li>
</ul>
</li>
</ul>
<a name="examples"></a>
<h3>Examples</h3>
<ul>
<li><a href="multimedia-examples.html">Qt Multimedia Examples</a></li>
</ul>
</div>
<!-- @@@qtmultimedia-index.html -->
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2013 Digia Plc and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.<br> The documentation provided herein is licensed under the terms of the <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation License version 1.3</a> as published by the Free Software Foundation.<br> Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|