Mercurial > hg > vamp-docs
view code-docs/PluginInputDomainAdapter_8h.html @ 6:27319718b1f8 vamp-plugin-sdk-v2.7
Update code docs to v2.7 SDK
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2017 16:44:47 +0000 |
parents | 5c2683745b33 |
children |
line wrap: on
line source
<!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"> <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.13"/> <meta name="viewport" content="width=device-width, initial-scale=1"/> <title>VampPluginSDK: PluginInputDomainAdapter.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="navtree.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="resize.js"></script> <script type="text/javascript" src="navtreedata.js"></script> <script type="text/javascript" src="navtree.js"></script> <script type="text/javascript"> $(document).ready(initResizable); </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">VampPluginSDK  <span id="projectnumber">2.7</span> </div> </td> </tr> </tbody> </table> </div> <!-- end header part --> <!-- Generated by Doxygen 1.8.13 --> <script type="text/javascript" src="menudata.js"></script> <script type="text/javascript" src="menu.js"></script> <script type="text/javascript"> $(function() { initMenu('',false,false,'search.php','Search'); }); </script> <div id="main-nav"></div> </div><!-- top --> <div id="side-nav" class="ui-resizable side-nav-resizable"> <div id="nav-tree"> <div id="nav-tree-contents"> <div id="nav-sync" class="sync"></div> </div> </div> <div id="splitbar" style="-moz-user-select:none;" class="ui-resizable-handle"> </div> </div> <script type="text/javascript"> $(document).ready(function(){initNavTree('PluginInputDomainAdapter_8h.html','');}); </script> <div id="doc-content"> <div class="header"> <div class="summary"> <a href="#nested-classes">Classes</a> | <a href="#namespaces">Namespaces</a> </div> <div class="headertitle"> <div class="title">PluginInputDomainAdapter.h File Reference</div> </div> </div><!--header--> <div class="contents"> <div class="textblock"><code>#include "<a class="el" href="hostguard_8h_source.html">hostguard.h</a>"</code><br /> <code>#include "<a class="el" href="PluginWrapper_8h_source.html">PluginWrapper.h</a>"</code><br /> </div><div class="textblock"><div class="dynheader"> Include dependency graph for PluginInputDomainAdapter.h:</div> <div class="dyncontent"> <div class="center"><img src="PluginInputDomainAdapter_8h__incl.png" border="0" usemap="#PluginInputDomainAdapter_8h" alt=""/></div> <map name="PluginInputDomainAdapter_8h" id="PluginInputDomainAdapter_8h"> <area shape="rect" id="node2" href="hostguard_8h.html" title="hostguard.h" alt="" coords="45,225,133,251"/> <area shape="rect" id="node3" href="PluginWrapper_8h.html" title="PluginWrapper.h" alt="" coords="86,79,197,104"/> <area shape="rect" id="node4" href="vamp-hostsdk_2Plugin_8h.html" title="vamp-hostsdk/Plugin.h" alt="" coords="137,152,285,177"/> <area shape="rect" id="node5" href="vamp-sdk_2Plugin_8h.html" title="vamp-sdk/Plugin.h" alt="" coords="158,225,282,251"/> <area shape="rect" id="node9" href="vamp-sdk_2PluginBase_8h.html" title="PluginBase.h" alt="" coords="49,299,143,324"/> <area shape="rect" id="node10" href="plugguard_8h.html" title="plugguard.h" alt="" coords="296,372,384,397"/> <area shape="rect" id="node11" href="vamp-sdk_2RealTime_8h.html" title="RealTime.h" alt="" coords="218,299,302,324"/> </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="PluginInputDomainAdapter_8h__dep__incl.png" border="0" usemap="#PluginInputDomainAdapter_8hdep" alt=""/></div> <map name="PluginInputDomainAdapter_8hdep" id="PluginInputDomainAdapter_8hdep"> <area shape="rect" id="node2" href="vamp-hostsdk_8h.html" title="vamp-hostsdk.h" alt="" coords="5,79,116,104"/> <area shape="rect" id="node3" href="vamp-simple-host_8cpp.html" title="vamp-simple-host.cpp" alt="" coords="140,79,285,104"/> </map> </div> </div> <p><a href="PluginInputDomainAdapter_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  </td><td class="memItemRight" valign="bottom"><a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html">Vamp::HostExt::PluginInputDomainAdapter</a></td></tr> <tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight"><a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html" title="PluginInputDomainAdapter is a Vamp plugin adapter that converts time-domain input into frequency-doma...">PluginInputDomainAdapter</a> is a <a class="el" href="namespaceVamp.html">Vamp</a> plugin adapter that converts time-domain input into frequency-domain input for plugins that need it. <a href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#details">More...</a><br /></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table><table class="memberdecls"> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="namespaces"></a> Namespaces</h2></td></tr> <tr class="memitem:namespaceVamp"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceVamp.html">Vamp</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> <tr class="memitem:namespaceVamp_1_1HostExt"><td class="memItemLeft" align="right" valign="top">  </td><td class="memItemRight" valign="bottom"><a class="el" href="namespaceVamp_1_1HostExt.html">Vamp::HostExt</a></td></tr> <tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr> </table> </div><!-- contents --> </div><!-- doc-content --> <!-- start footer part --> <div id="nav-path" class="navpath"><!-- id is needed for treeview function! --> <ul> <li class="navelem"><a class="el" href="dir_fb90db1f62862cb68177e0e13786fda0.html">vamp-hostsdk</a></li><li class="navelem"><a class="el" href="PluginInputDomainAdapter_8h.html">PluginInputDomainAdapter.h</a></li> <li class="footer">Generated by <a href="http://www.doxygen.org/index.html"> <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li> </ul> </div> </body> </html>