/usr/share/qt5/doc/qtmultimedia/qaudiodecodercontrol.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 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 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 | <?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" />
<!-- qaudiodecodercontrol.cpp -->
<title>QAudioDecoderControl Class | 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><a href="qtmultimedia-index.html">Qt Multimedia</a></li>
<li><a href="qtmultimedia-module.html">C++ Classes</a></li>
<li>QAudioDecoderControl</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="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#signals">Signals</a></li>
<li class="level1"><a href="#protected-functions">Protected Functions</a></li>
<li class="level1"><a href="#macros">Macros</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<h1 class="title">QAudioDecoderControl Class</h1>
<!-- $$$QAudioDecoderControl-brief -->
<p>The QAudioDecoderControl class provides access to the audio decoding functionality of a <a href="qmediaservice.html">QMediaService</a>. <a href="#details">More...</a></p>
<!-- @@@QAudioDecoderControl -->
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> </b><tt><span class="preprocessor">#include <QAudioDecoderControl></span>
</tt></td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> <tt>QT += multimedia</tt></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qmediacontrol.html">QMediaControl</a>.</td></tr></table><p><b>This class is under development and is subject to change.</b></p>
<ul>
<li><a href="qaudiodecodercontrol-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#dtor.QAudioDecoderControl">~QAudioDecoderControl</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QAudioFormat </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#audioFormat">audioFormat</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual bool </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#bufferAvailable">bufferAvailable</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual qint64 </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#duration">duration</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual qint64 </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#position">position</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QAudioBuffer </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#read">read</a></b>() = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#setAudioFormat">setAudioFormat</a></b>(const QAudioFormat &<i> format</i>) = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#setSourceDevice">setSourceDevice</a></b>(QIODevice *<i> device</i>) = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#setSourceFilename">setSourceFilename</a></b>(const QString &<i> fileName</i>) = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QIODevice * </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#sourceDevice">sourceDevice</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QString </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#sourceFilename">sourceFilename</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#start">start</a></b>() = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QAudioDecoder::State </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#state">state</a></b>() const = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> virtual void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#stop">stop</a></b>() = 0</td></tr>
</table>
<a name="signals"></a>
<h2>Signals</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#bufferAvailableChanged">bufferAvailableChanged</a></b>(bool<i> available</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#bufferReady">bufferReady</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#durationChanged">durationChanged</a></b>(qint64<i> duration</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#error">error</a></b>(int<i> error</i>, const QString &<i> errorString</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#finished">finished</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#formatChanged">formatChanged</a></b>(const QAudioFormat &<i> format</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#positionChanged">positionChanged</a></b>(qint64<i> position</i>)</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#sourceChanged">sourceChanged</a></b>()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#stateChanged">stateChanged</a></b>(QAudioDecoder::State<i> state</i>)</td></tr>
</table>
<a name="protected-functions"></a>
<h2>Protected Functions</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#QAudioDecoderControl">QAudioDecoderControl</a></b>(QObject *<i> parent</i> = 0)</td></tr>
</table>
<a name="macros"></a>
<h2>Macros</h2>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qaudiodecodercontrol.html#QAudioDecoderControl_iid">QAudioDecoderControl_iid</a></b></td></tr>
</table>
<a name="details"></a>
<!-- $$$QAudioDecoderControl-description -->
<div class="descr">
<h2>Detailed Description</h2>
<p>The QAudioDecoderControl class provides access to the audio decoding functionality of a <a href="qmediaservice.html">QMediaService</a>.</p>
<p>The functionality provided by this control is exposed to application code through the <a href="qaudiodecoder.html">QAudioDecoder</a> class.</p>
<p>The interface name of QAudioDecoderControl is <tt>org.qt-project.qt.audiodecodercontrol/5.0</tt> as defined in <a href="qaudiodecodercontrol.html#QAudioDecoderControl_iid">QAudioDecoderControl_iid</a>.</p>
</div>
<p><b>See also </b><a href="qmediaservice.html#requestControl">QMediaService::requestControl</a>() and <a href="qaudiodecoder.html">QAudioDecoder</a>.</p>
<!-- @@@QAudioDecoderControl -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QAudioDecoderControl[overload1]$$$QAudioDecoderControlQObject* -->
<h3 class="fn"><a name="QAudioDecoderControl"></a>QAudioDecoderControl::<span class="name">QAudioDecoderControl</span>(<span class="type">QObject</span> *<i> parent</i> = 0)<tt> [protected]</tt></h3>
<p>Constructs a new audio decoder control with the given <i>parent</i>.</p>
<!-- @@@QAudioDecoderControl -->
<!-- $$$~QAudioDecoderControl[overload1]$$$~QAudioDecoderControl -->
<h3 class="fn"><a name="dtor.QAudioDecoderControl"></a>QAudioDecoderControl::<span class="name">~QAudioDecoderControl</span>()</h3>
<p>Destroys an audio decoder control.</p>
<!-- @@@~QAudioDecoderControl -->
<!-- $$$audioFormat[overload1]$$$audioFormat -->
<h3 class="fn"><a name="audioFormat"></a><span class="type"><a href="qaudioformat.html">QAudioFormat</a></span> QAudioDecoderControl::<span class="name">audioFormat</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns the current audio format of the decoded stream.</p>
<p>Any buffers returned should have this format.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#setAudioFormat">setAudioFormat</a>() and <a href="qaudiodecodercontrol.html#formatChanged">formatChanged</a>().</p>
<!-- @@@audioFormat -->
<!-- $$$bufferAvailable[overload1]$$$bufferAvailable -->
<h3 class="fn"><a name="bufferAvailable"></a><span class="type">bool</span> QAudioDecoderControl::<span class="name">bufferAvailable</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns true if a buffer is available to be read, and false otherwise.</p>
<!-- @@@bufferAvailable -->
<!-- $$$bufferAvailableChanged[overload1]$$$bufferAvailableChangedbool -->
<h3 class="fn"><a name="bufferAvailableChanged"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">bufferAvailableChanged</span>(<span class="type">bool</span><i> available</i>)<tt> [signal]</tt></h3>
<p>Signals that the bufferAvailable property has changed to <i>available</i>.</p>
<!-- @@@bufferAvailableChanged -->
<!-- $$$bufferReady[overload1]$$$bufferReady -->
<h3 class="fn"><a name="bufferReady"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">bufferReady</span>()<tt> [signal]</tt></h3>
<p>Signals that a new buffer is ready for reading.</p>
<!-- @@@bufferReady -->
<!-- $$$duration[overload1]$$$duration -->
<h3 class="fn"><a name="duration"></a><span class="type">qint64</span> QAudioDecoderControl::<span class="name">duration</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns total duration (in milliseconds) of the audio stream or -1 if not available.</p>
<!-- @@@duration -->
<!-- $$$durationChanged[overload1]$$$durationChangedqint64 -->
<h3 class="fn"><a name="durationChanged"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">durationChanged</span>(<span class="type">qint64</span><i> duration</i>)<tt> [signal]</tt></h3>
<p>Signals that the estimated <i>duration</i> of the decoded data has changed.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#positionChanged">positionChanged</a>().</p>
<!-- @@@durationChanged -->
<!-- $$$error[overload1]$$$errorintconstQString& -->
<h3 class="fn"><a name="error"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">error</span>(<span class="type">int</span><i> error</i>, const <span class="type">QString</span> &<i> errorString</i>)<tt> [signal]</tt></h3>
<p>Signals that an <i>error</i> has occurred. The <i>errorString</i> provides a more detailed explanation.</p>
<!-- @@@error -->
<!-- $$$finished[overload1]$$$finished -->
<h3 class="fn"><a name="finished"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">finished</span>()<tt> [signal]</tt></h3>
<p>Signals that the decoding has finished successfully. If decoding fails, error signal is emitted instead.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#start">start</a>(), <a href="qaudiodecodercontrol.html#stop">stop</a>(), and <a href="qaudiodecodercontrol.html#error">error</a>().</p>
<!-- @@@finished -->
<!-- $$$formatChanged[overload1]$$$formatChangedconstQAudioFormat& -->
<h3 class="fn"><a name="formatChanged"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">formatChanged</span>(const <span class="type"><a href="qaudioformat.html">QAudioFormat</a></span> &<i> format</i>)<tt> [signal]</tt></h3>
<p>Signals that the current audio format of the decoder has changed to <i>format</i>.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#audioFormat">audioFormat</a>() and <a href="qaudiodecodercontrol.html#setAudioFormat">setAudioFormat</a>().</p>
<!-- @@@formatChanged -->
<!-- $$$position[overload1]$$$position -->
<h3 class="fn"><a name="position"></a><span class="type">qint64</span> QAudioDecoderControl::<span class="name">position</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns position (in milliseconds) of the last buffer read from the decoder or -1 if no buffers have been read.</p>
<!-- @@@position -->
<!-- $$$positionChanged[overload1]$$$positionChangedqint64 -->
<h3 class="fn"><a name="positionChanged"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">positionChanged</span>(<span class="type">qint64</span><i> position</i>)<tt> [signal]</tt></h3>
<p>Signals that the current <i>position</i> of the decoder has changed.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#durationChanged">durationChanged</a>().</p>
<!-- @@@positionChanged -->
<!-- $$$read[overload1]$$$read -->
<h3 class="fn"><a name="read"></a><span class="type"><a href="qaudiobuffer.html">QAudioBuffer</a></span> QAudioDecoderControl::<span class="name">read</span>()<tt> [pure virtual]</tt></h3>
<p>Attempts to read a buffer from the decoder, without blocking. Returns invalid buffer if there are no decoded buffers available, or on error.</p>
<!-- @@@read -->
<!-- $$$setAudioFormat[overload1]$$$setAudioFormatconstQAudioFormat& -->
<h3 class="fn"><a name="setAudioFormat"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">setAudioFormat</span>(const <span class="type"><a href="qaudioformat.html">QAudioFormat</a></span> &<i> format</i>)<tt> [pure virtual]</tt></h3>
<p>Set the desired audio format for decoded samples to <i>format</i>.</p>
<p>If the decoder does not support this format, <a href="qaudiodecodercontrol.html#error">error</a>() will be set to <tt>FormatError</tt>.</p>
<p>If you do not specify a format, the format of the decoded audio itself will be used. Otherwise, some format conversion will be applied.</p>
<p>If you wish to reset the decoded format to that of the original audio file, you can specify an invalid <i>format</i>.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#audioFormat">audioFormat</a>().</p>
<!-- @@@setAudioFormat -->
<!-- $$$setSourceDevice[overload1]$$$setSourceDeviceQIODevice* -->
<h3 class="fn"><a name="setSourceDevice"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">setSourceDevice</span>(<span class="type">QIODevice</span> *<i> device</i>)<tt> [pure virtual]</tt></h3>
<p>Sets the current source to <i>device</i>. Changing the source will stop any current decoding and discard any buffers.</p>
<p>Sources are exclusive, so only one can be set.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#sourceDevice">sourceDevice</a>().</p>
<!-- @@@setSourceDevice -->
<!-- $$$setSourceFilename[overload1]$$$setSourceFilenameconstQString& -->
<h3 class="fn"><a name="setSourceFilename"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">setSourceFilename</span>(const <span class="type">QString</span> &<i> fileName</i>)<tt> [pure virtual]</tt></h3>
<p>Sets the current source to <i>fileName</i>. Changing the source will stop any current decoding and discard any buffers.</p>
<p>Sources are exclusive, so only one can be set.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#sourceFilename">sourceFilename</a>().</p>
<!-- @@@setSourceFilename -->
<!-- $$$sourceChanged[overload1]$$$sourceChanged -->
<h3 class="fn"><a name="sourceChanged"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">sourceChanged</span>()<tt> [signal]</tt></h3>
<p>Signals that the current source of the decoder has changed.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#sourceFilename">sourceFilename</a>() and <a href="qaudiodecodercontrol.html#sourceDevice">sourceDevice</a>().</p>
<!-- @@@sourceChanged -->
<!-- $$$sourceDevice[overload1]$$$sourceDevice -->
<h3 class="fn"><a name="sourceDevice"></a><span class="type">QIODevice</span> * QAudioDecoderControl::<span class="name">sourceDevice</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns the current media source QIODevice, or 0 if none (or a file).</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#setSourceDevice">setSourceDevice</a>().</p>
<!-- @@@sourceDevice -->
<!-- $$$sourceFilename[overload1]$$$sourceFilename -->
<h3 class="fn"><a name="sourceFilename"></a><span class="type">QString</span> QAudioDecoderControl::<span class="name">sourceFilename</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns the current media source filename, or a null QString if none (or a device)</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#setSourceFilename">setSourceFilename</a>().</p>
<!-- @@@sourceFilename -->
<!-- $$$start[overload1]$$$start -->
<h3 class="fn"><a name="start"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">start</span>()<tt> [pure virtual]</tt></h3>
<p>Starts decoding the current media.</p>
<p>If successful the player control will immediately enter the <a href="qaudiodecoder.html#State-enum">decoding</a> state.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#state">state</a>() and <a href="qaudiodecodercontrol.html#read">read</a>().</p>
<!-- @@@start -->
<!-- $$$state[overload1]$$$state -->
<h3 class="fn"><a name="state"></a><span class="type"><a href="qaudiodecoder.html#State-enum">QAudioDecoder::State</a></span> QAudioDecoderControl::<span class="name">state</span>() const<tt> [pure virtual]</tt></h3>
<p>Returns the state of a player control.</p>
<!-- @@@state -->
<!-- $$$stateChanged[overload1]$$$stateChangedQAudioDecoder::State -->
<h3 class="fn"><a name="stateChanged"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">stateChanged</span>(<span class="type"><a href="qaudiodecoder.html#State-enum">QAudioDecoder::State</a></span><i> state</i>)<tt> [signal]</tt></h3>
<p>Signals that the <i>state</i> of a player control has changed.</p>
<p><b>See also </b><a href="qaudiodecodercontrol.html#state">state</a>().</p>
<!-- @@@stateChanged -->
<!-- $$$stop[overload1]$$$stop -->
<h3 class="fn"><a name="stop"></a><span class="type">void</span> QAudioDecoderControl::<span class="name">stop</span>()<tt> [pure virtual]</tt></h3>
<p>Stops playback of the current media and discards any buffers.</p>
<p>If successful the player control will immediately enter the <a href="qaudiodecoder.html#State-enum">stopped</a> state.</p>
<!-- @@@stop -->
</div>
<div class="macros">
<h2>Macro Documentation</h2>
<!-- $$$QAudioDecoderControl_iid[overload1]$$$QAudioDecoderControl_iid -->
<h3 class="fn"><a name="QAudioDecoderControl_iid"></a><span class="name">QAudioDecoderControl_iid</span></h3>
<p><tt>org.qt-project.qt.audiodecodercontrol/5.0</tt></p>
<p>Defines the interface name of the <a href="qaudiodecodercontrol.html">QAudioDecoderControl</a> class.</p>
<!-- @@@QAudioDecoderControl_iid -->
</div>
</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>
|