Sophie

Sophie

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

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: devices/ReadDevice.h File 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 id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="dir_0ae5fd04a9b991f2c376fafa197d3147.html">devices</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#nested-classes">Classes</a>  </div>
  <div class="headertitle">
<div class="title">ReadDevice.h File Reference<div class="ingroups"><a class="el" href="group__devices.html">Devices</a></div></div>  </div>
</div><!--header-->
<div class="contents">

<p>The <a class="el" href="classReadDevice.html" title="This device enables to let the user read raw data out of it.">ReadDevice</a> class.  
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;<a class="el" href="SoftwareDevice_8h_source.html">devices/SoftwareDevice.h</a>&quot;</code><br />
</div><div class="textblock"><div class="dynheader">
Include dependency graph for ReadDevice.h:</div>
<div class="dyncontent">
<div class="center"><img src="ReadDevice_8h__incl.png" border="0" usemap="#devices_2ReadDevice_8h" alt=""/></div>
<map name="devices_2ReadDevice_8h" id="devices_2ReadDevice_8h">
<area shape="rect"  title="The ReadDevice class." alt="" coords="569,5,721,32"/>
<area shape="rect"  href="SoftwareDevice_8h.html" title="The SoftwareDevice class." alt="" coords="557,80,733,107"/>
<area shape="rect"  href="IDevice_8h.html" title="The IDevice interface." alt="" coords="282,155,407,181"/>
<area shape="rect"  href="IHandle_8h.html" title="Defines the IHandle interface as well as possible states of the handle." alt="" coords="635,229,766,256"/>
<area shape="rect"  href="I3DDevice_8h.html" title="Defines the I3DDevice interface as well as the different distance models." alt="" coords="628,155,771,181"/>
<area shape="rect"  href="I3DHandle_8h.html" title="The I3DHandle interface." alt="" coords="795,155,943,181"/>
<area shape="rect"  href="DefaultSynchronizer_8h.html" title="The DefaultSynchronizer class." alt="" coords="42,155,247,181"/>
<area shape="rect"  href="Buffer_8h.html" title="The Buffer class." alt="" coords="516,229,611,256"/>
<area shape="rect"  title=" " alt="" coords="966,155,1006,181"/>
<area shape="rect"  title=" " alt="" coords="1030,155,1089,181"/>
<area shape="rect"  href="Specification_8h.html" title="Defines all important macros and basic data structures for stream format descriptions." alt="" coords="197,229,351,256"/>
<area shape="rect"  href="ILockable_8h.html" title="The ILockable interface." alt="" coords="376,229,492,256"/>
<area shape="rect"  title=" " alt="" coords="75,304,147,331"/>
<area shape="rect"  href="Audaspace_8h.html" title="The main header file of the library defining the namespace and basic data types." alt="" coords="449,304,547,331"/>
<area shape="rect"  href="Math3D_8h.html" title="Defines the Vector3 and Quaternion classes." alt="" coords="791,229,899,256"/>
<area shape="rect"  title=" " alt="" coords="772,304,832,331"/>
<area shape="rect"  title=" " alt="" coords="856,304,919,331"/>
<area shape="rect"  href="ISynchronizer_8h.html" title="The ISynchronizer interface." alt="" coords="5,229,121,256"/>
</map>
</div>
</div><div class="textblock"><div class="dynheader">
This graph shows which files directly or indirectly include this file:</div>
<div class="dyncontent">
<div class="center"><img src="ReadDevice_8h__dep__incl.png" border="0" usemap="#devices_2ReadDevice_8hdep" alt=""/></div>
<map name="devices_2ReadDevice_8hdep" id="devices_2ReadDevice_8hdep">
<area shape="rect"  title="The ReadDevice class." alt="" coords="27,5,179,32"/>
<area shape="rect"  href="SequenceReader_8h.html" title="The SequenceReader class." alt="" coords="5,80,201,107"/>
</map>
</div>
</div>
<p><a href="ReadDevice_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classReadDevice.html">ReadDevice</a></td></tr>
<tr class="memdesc:"><td class="mdescLeft">&#160;</td><td class="mdescRight">This device enables to let the user read raw data out of it.  <a href="classReadDevice.html#details">More...</a><br /></td></tr>
<tr class="separator:"><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>The <a class="el" href="classReadDevice.html" title="This device enables to let the user read raw data out of it.">ReadDevice</a> class. </p>
</div></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>