/usr/share/qt5/doc/qtmultimedia/qml-qtaudioengine-sound.html is in qtmultimedia5-doc-html 5.5.1-4ubuntu2.
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 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qdeclarative_sound_p.cpp -->
<title>Sound QML Type | Qt Multimedia 5.5</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.5</li>
<li><a href="qtmultimedia-index.html">Qt Multimedia</a></li>
<li><a href="qtmultimedia-qmlmodule.html">QML Types</a></li>
<li>Sound QML Type</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
</ul>
</div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#methods">Methods</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">Sound QML Type</h1>
<span class="subtitle"></span>
<!-- $$$Sound-brief -->
<p>Define a variety of samples and parameters to be used for <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a>. <a href="#details">More...</a></p>
<!-- @@@Sound -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtAudioEngine 1.0</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign"> Qt 5.0</td></tr></table></div><ul>
<li><a href="qml-qtaudioengine-sound-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#attenuationModel-prop">attenuationModel</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#category-prop">category</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#name-prop">name</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#playType-prop">playType</a></b></b> : enumeration</li>
</ul>
<a name="methods"></a>
<h2 id="methods">Methods</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-12">play</a></b></b>(position, velocity, direction, gain, pitch)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-11">play</a></b></b>(position, velocity, gain, pitch)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-10">play</a></b></b>(position, gain, pitch)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-9">play</a></b></b>(position, velocity, direction, gain)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-8">play</a></b></b>(position, velocity, gain)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-7">play</a></b></b>(position, gain)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-6">play</a></b></b>(position, velocity, direction)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-5">play</a></b></b>(position, velocity)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-4">play</a></b></b>(position)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-3">play</a></b></b>(gain, pitch)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method-2">play</a></b></b>(gain)</li>
<li class="fn"><b><b><a href="qml-qtaudioengine-sound.html#play-method">play</a></b></b>()</li>
</ul>
<!-- $$$Sound-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
</p>
<p>This type is part of the <b><a href="qtaudioengine-qmlmodule.html">QtAudioEngine</a> 1.0</b> module.</p>
<p>Sound can be accessed through <a href="qml-qtaudioengine-audioengine.html#sounds-prop">QtAudioEngine::AudioEngine::sounds</a> with its unique name and must be defined inside <a href="qml-qtaudioengine-audioengine.html">AudioEngine</a>.</p>
<pre class="qml">import QtQuick 2.0
import QtAudioEngine 1.0
<span class="type">Rectangle</span> {
<span class="name">color</span>:<span class="string">"white"</span>
<span class="name">width</span>: <span class="number">300</span>
<span class="name">height</span>: <span class="number">500</span>
<span class="type"><a href="qml-qtaudioengine-audioengine.html">AudioEngine</a></span> {
<span class="name">id</span>:<span class="name">audioengine</span>
<span class="type"><a href="qml-qtaudioengine-audiosample.html">AudioSample</a></span> {
<span class="name">name</span>:<span class="string">"explosion01"</span>
<span class="name">source</span>: <span class="string">"explosion-01.wav"</span>
}
<span class="type"><a href="qml-qtaudioengine-audiosample.html">AudioSample</a></span> {
<span class="name">name</span>:<span class="string">"explosion02"</span>
<span class="name">source</span>: <span class="string">"explosion-02.wav"</span>
}
<span class="type"><a href="qml-qtaudioengine-sound.html">Sound</a></span> {
<span class="name">name</span>:<span class="string">"explosion"</span>
<span class="name">playType</span>: <span class="name">Sound</span>.<span class="name">Random</span>
<span class="type"><a href="qml-qtaudioengine-playvariation.html">PlayVariation</a></span> {
<span class="name">sample</span>:<span class="string">"explosion01"</span>
<span class="name">minPitch</span>: <span class="number">0.8</span>
<span class="name">maxPitch</span>: <span class="number">1.1</span>
}
<span class="type"><a href="qml-qtaudioengine-playvariation.html">PlayVariation</a></span> {
<span class="name">sample</span>:<span class="string">"explosion02"</span>
<span class="name">minGain</span>: <span class="number">1.1</span>
<span class="name">maxGain</span>: <span class="number">1.5</span>
}
}
}
<span class="type">MouseArea</span> {
<span class="name">anchors</span>.fill: <span class="name">parent</span>
<span class="name">onPressed</span>: {
<span class="name">audioengine</span>.<span class="name">sounds</span>[<span class="string">"explosion"</span>].<span class="name">play</span>();
}
}
}</pre>
<!-- @@@Sound -->
<h2>Property Documentation</h2>
<!-- $$$attenuationModel -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="attenuationModel-prop"><td class="tblQmlPropNode"><p><a name="attenuationModel-prop"></a><span class="name">attenuationModel</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property specifies which attenuation model this sound will apply.</p>
</div></div><!-- @@@attenuationModel -->
<br/>
<!-- $$$category -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="category-prop"><td class="tblQmlPropNode"><p><a name="category-prop"></a><span class="name">category</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property specifies which <a href="qml-qtaudioengine-audiocategory.html">AudioCategory</a> this sound belongs to.</p>
</div></div><!-- @@@category -->
<br/>
<!-- $$$name -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="name-prop"><td class="tblQmlPropNode"><p><a name="name-prop"></a><span class="name">name</span> : <span class="type">string</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property holds the name of Sound, must be unique among all sounds and only defined once.</p>
</div></div><!-- @@@name -->
<br/>
<!-- $$$playType -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="playType-prop"><td class="tblQmlPropNode"><p><a name="playType-prop"></a><span class="name">playType</span> : <span class="type">enumeration</span></p></td></tr></table></div></div><div class="qmldoc"><p>This property holds the playType. It can be one of:</p>
<ul>
<li>Random - randomly picks up a play variation when playback is triggered</li>
<li>Sequential - plays each variation in sequence when playback is triggered</li>
</ul>
<p>The default value is Random.</p>
</div></div><!-- @@@playType -->
<br/>
<h2>Method Documentation</h2>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-12"><td class="tblQmlFuncNode"><p><a name="play-method-12"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">velocity</span>, <span class="type">direction</span>, <span class="type">gain</span>, <span class="type">pitch</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>, <i>velocity</i>, <i>direction</i>, adjusted <i>gain</i> and <i>pitch</i>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-11"><td class="tblQmlFuncNode"><p><a name="play-method-11"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">velocity</span>, <span class="type">gain</span>, <span class="type">pitch</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>, <i>velocity</i>, adjusted <i>gain</i> and <i>pitch</i>. Direction is set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-10"><td class="tblQmlFuncNode"><p><a name="play-method-10"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">gain</span>, <span class="type">pitch</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>, adjusted <i>gain</i> and <i>pitch</i>. Direction and velocity are all set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-9"><td class="tblQmlFuncNode"><p><a name="play-method-9"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">velocity</span>, <span class="type">direction</span>, <span class="type">gain</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>, <i>velocity</i>, <i>direction</i> and adjusted <i>gain</i>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-8"><td class="tblQmlFuncNode"><p><a name="play-method-8"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">velocity</span>, <span class="type">gain</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>, <i>velocity</i> and adjusted <i>gain</i>. Direction is set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-7"><td class="tblQmlFuncNode"><p><a name="play-method-7"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">gain</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i> and adjusted <i>gain</i>. Direction and velocity are all set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-6"><td class="tblQmlFuncNode"><p><a name="play-method-6"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">velocity</span>, <span class="type">direction</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>, <i>velocity</i> and <i>direction</i>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-5"><td class="tblQmlFuncNode"><p><a name="play-method-5"></a><span class="name">play</span>(<span class="type">position</span>, <span class="type">velocity</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i> and <i>velocity</i>. Direction is set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-4"><td class="tblQmlFuncNode"><p><a name="play-method-4"></a><span class="name">play</span>(<span class="type">position</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with specified <i>position</i>. Direction and velocity are all set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-3"><td class="tblQmlFuncNode"><p><a name="play-method-3"></a><span class="name">play</span>(<span class="type">gain</span>, <span class="type">pitch</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with the adjusted <i>gain</i> and <i>pitch</i>. Position, direction and velocity are all set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method-2"><td class="tblQmlFuncNode"><p><a name="play-method-2"></a><span class="name">play</span>(<span class="type">gain</span>)</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing with the adjusted <i>gain</i>. Position, direction and velocity are all set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
<!-- $$$play -->
<div class="qmlitem"><div class="qmlproto"><div class="table"><table class="qmlname"><tr valign="top" class="odd" id="play-method"><td class="tblQmlFuncNode"><p><a name="play-method"></a><span class="name">play</span>()</p></td></tr></table></div></div><div class="qmldoc"><p>Creates a new <a href="qml-qtaudioengine-soundinstance.html">SoundInstance</a> and starts playing. Position, direction and velocity are all set to <code>"0,0,0"</code>.</p>
</div></div><!-- @@@play -->
<br/>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2015 The Qt Company Ltd.
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> Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. </p>
</div>
</body>
</html>
|