Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 4f48f620eaa1d8b8f904a92a0540d40f > files > 1387

audaspace-doc-1.3.0-18.mga7.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.15"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>Audaspace: VolumeStorage Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
 <tbody>
 <tr style="height: 56px;">
  <td id="projectalign" style="padding-left: 0.5em;">
   <div id="projectname">Audaspace
   &#160;<span id="projectnumber">1.3.0</span>
   </div>
   <div id="projectbrief">A high level audio library.</div>
  </td>
 </tr>
 </tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.15 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
  initMenu('',true,false,'search.php','Search');
  $(document).ready(function() { init_search(); });
});
/* @license-end */</script>
<div id="main-nav"></div>
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
     onmouseover="return searchBox.OnSearchSelectShow()"
     onmouseout="return searchBox.OnSearchSelectHide()"
     onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>

<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0" 
        name="MSearchResults" id="MSearchResults">
</iframe>
</div>

</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="classVolumeStorage-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">VolumeStorage Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>This class stores a volume value and allows to change if for a number of sounds in one go.  
 <a href="classVolumeStorage.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="VolumeStorage_8h_source.html">VolumeStorage.h</a>&gt;</code></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a6c5b9bb5a6349444e0ac782bdce2fa27"><td class="memItemLeft" align="right" valign="top"><a id="a6c5b9bb5a6349444e0ac782bdce2fa27"></a>
&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVolumeStorage.html#a6c5b9bb5a6349444e0ac782bdce2fa27">VolumeStorage</a> ()</td></tr>
<tr class="memdesc:a6c5b9bb5a6349444e0ac782bdce2fa27"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a new <a class="el" href="classVolumeStorage.html" title="This class stores a volume value and allows to change if for a number of sounds in one go.">VolumeStorage</a> instance with volume 1. <br /></td></tr>
<tr class="separator:a6c5b9bb5a6349444e0ac782bdce2fa27"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a5c1929a3d289ea9a4602e1afd51259c6"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVolumeStorage.html#a5c1929a3d289ea9a4602e1afd51259c6">VolumeStorage</a> (float volume)</td></tr>
<tr class="memdesc:a5c1929a3d289ea9a4602e1afd51259c6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Creates a <a class="el" href="classVolumeStorage.html" title="This class stores a volume value and allows to change if for a number of sounds in one go.">VolumeStorage</a> instance with an initial value.  <a href="#a5c1929a3d289ea9a4602e1afd51259c6">More...</a><br /></td></tr>
<tr class="separator:a5c1929a3d289ea9a4602e1afd51259c6"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a9aa5db771bb90acd7e001172975c611a"><td class="memItemLeft" align="right" valign="top">float&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVolumeStorage.html#a9aa5db771bb90acd7e001172975c611a">getVolume</a> ()</td></tr>
<tr class="memdesc:a9aa5db771bb90acd7e001172975c611a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Retrieves the current volume value.  <a href="#a9aa5db771bb90acd7e001172975c611a">More...</a><br /></td></tr>
<tr class="separator:a9aa5db771bb90acd7e001172975c611a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a086b871f4d7c95a843eb73753835bfe5"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classVolumeStorage.html#a086b871f4d7c95a843eb73753835bfe5">setVolume</a> (float volume)</td></tr>
<tr class="memdesc:a086b871f4d7c95a843eb73753835bfe5"><td class="mdescLeft">&#160;</td><td class="mdescRight">Changes the volume value.  <a href="#a086b871f4d7c95a843eb73753835bfe5">More...</a><br /></td></tr>
<tr class="separator:a086b871f4d7c95a843eb73753835bfe5"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>This class stores a volume value and allows to change if for a number of sounds in one go. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a5c1929a3d289ea9a4602e1afd51259c6"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a5c1929a3d289ea9a4602e1afd51259c6">&#9670;&nbsp;</a></span>VolumeStorage()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">VolumeStorage::VolumeStorage </td>
          <td>(</td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>volume</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Creates a <a class="el" href="classVolumeStorage.html" title="This class stores a volume value and allows to change if for a number of sounds in one go.">VolumeStorage</a> instance with an initial value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">volume</td><td>The value of the volume. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a id="a9aa5db771bb90acd7e001172975c611a"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a9aa5db771bb90acd7e001172975c611a">&#9670;&nbsp;</a></span>getVolume()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">float VolumeStorage::getVolume </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Retrieves the current volume value. </p>
<dl class="section return"><dt>Returns</dt><dd>The current volume. </dd></dl>

</div>
</div>
<a id="a086b871f4d7c95a843eb73753835bfe5"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a086b871f4d7c95a843eb73753835bfe5">&#9670;&nbsp;</a></span>setVolume()</h2>

<div class="memitem">
<div class="memproto">
      <table class="memname">
        <tr>
          <td class="memname">void VolumeStorage::setVolume </td>
          <td>(</td>
          <td class="paramtype">float&#160;</td>
          <td class="paramname"><em>volume</em></td><td>)</td>
          <td></td>
        </tr>
      </table>
</div><div class="memdoc">

<p>Changes the volume value. </p>
<dl class="params"><dt>Parameters</dt><dd>
  <table class="params">
    <tr><td class="paramname">volume</td><td>The new value for the volume. </td></tr>
  </table>
  </dd>
</dl>

</div>
</div>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>fx/<a class="el" href="VolumeStorage_8h_source.html">VolumeStorage.h</a></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by &#160;<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/>
</a> 1.8.15
</small></address>
</body>
</html>