Mercurial > hg > vamp-docs
comparison code-docs/functions_enum.html @ 1:3c430ef1ed66 vamp-plugin-sdk-v2.3
Add code docs from SDK 2.3
| author | Chris Cannam |
|---|---|
| date | Tue, 04 Oct 2011 14:56:07 +0100 |
| parents | |
| children | 5c2683745b33 |
comparison
equal
deleted
inserted
replaced
| 0:895ae8fffdb7 | 1:3c430ef1ed66 |
|---|---|
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| 2 <html xmlns="http://www.w3.org/1999/xhtml"> | |
| 3 <head> | |
| 4 <meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/> | |
| 5 <title>VampPluginSDK: Class Members - Enumerations</title> | |
| 6 | |
| 7 <link href="tabs.css" rel="stylesheet" type="text/css"/> | |
| 8 <link href="doxygen.css" rel="stylesheet" type="text/css" /> | |
| 9 <link href="navtree.css" rel="stylesheet" type="text/css"/> | |
| 10 <script type="text/javascript" src="jquery.js"></script> | |
| 11 <script type="text/javascript" src="resize.js"></script> | |
| 12 <script type="text/javascript" src="navtree.js"></script> | |
| 13 <script type="text/javascript"> | |
| 14 $(document).ready(initResizable); | |
| 15 </script> | |
| 16 | |
| 17 | |
| 18 </head> | |
| 19 <body> | |
| 20 <div id="top"><!-- do not remove this div! --> | |
| 21 | |
| 22 | |
| 23 <div id="titlearea"> | |
| 24 <table cellspacing="0" cellpadding="0"> | |
| 25 <tbody> | |
| 26 <tr style="height: 56px;"> | |
| 27 | |
| 28 | |
| 29 <td style="padding-left: 0.5em;"> | |
| 30 <div id="projectname">VampPluginSDK | |
| 31  <span id="projectnumber">2.1</span> | |
| 32 </div> | |
| 33 | |
| 34 </td> | |
| 35 | |
| 36 | |
| 37 | |
| 38 </tr> | |
| 39 </tbody> | |
| 40 </table> | |
| 41 </div> | |
| 42 | |
| 43 <!-- Generated by Doxygen 1.7.5.1 --> | |
| 44 <div id="navrow1" class="tabs"> | |
| 45 <ul class="tablist"> | |
| 46 <li><a href="index.html"><span>Main Page</span></a></li> | |
| 47 <li><a href="namespaces.html"><span>Namespaces</span></a></li> | |
| 48 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> | |
| 49 <li><a href="files.html"><span>Files</span></a></li> | |
| 50 <li><a href="dirs.html"><span>Directories</span></a></li> | |
| 51 </ul> | |
| 52 </div> | |
| 53 <div id="navrow2" class="tabs2"> | |
| 54 <ul class="tablist"> | |
| 55 <li><a href="annotated.html"><span>Class List</span></a></li> | |
| 56 <li><a href="inherits.html"><span>Class Hierarchy</span></a></li> | |
| 57 <li class="current"><a href="functions.html"><span>Class Members</span></a></li> | |
| 58 </ul> | |
| 59 </div> | |
| 60 <div id="navrow3" class="tabs2"> | |
| 61 <ul class="tablist"> | |
| 62 <li><a href="functions.html"><span>All</span></a></li> | |
| 63 <li><a href="functions_func.html"><span>Functions</span></a></li> | |
| 64 <li><a href="functions_vars.html"><span>Variables</span></a></li> | |
| 65 <li><a href="functions_type.html"><span>Typedefs</span></a></li> | |
| 66 <li class="current"><a href="functions_enum.html"><span>Enumerations</span></a></li> | |
| 67 <li><a href="functions_eval.html"><span>Enumerator</span></a></li> | |
| 68 </ul> | |
| 69 </div> | |
| 70 </div> | |
| 71 <div id="side-nav" class="ui-resizable side-nav-resizable"> | |
| 72 <div id="nav-tree"> | |
| 73 <div id="nav-tree-contents"> | |
| 74 </div> | |
| 75 </div> | |
| 76 <div id="splitbar" style="-moz-user-select:none;" | |
| 77 class="ui-resizable-handle"> | |
| 78 </div> | |
| 79 </div> | |
| 80 <script type="text/javascript"> | |
| 81 initNavTree('functions.html',''); | |
| 82 </script> | |
| 83 <div id="doc-content"> | |
| 84 <div class="contents"> | |
| 85  <ul> | |
| 86 <li>AdapterFlags | |
| 87 : <a class="el" href="classVamp_1_1HostExt_1_1PluginLoader.html#aff3ee11692ce25e0dfb904324cbe3494">Vamp::HostExt::PluginLoader</a> | |
| 88 </li> | |
| 89 <li>AveragingMethod | |
| 90 : <a class="el" href="classVamp_1_1HostExt_1_1PluginSummarisingAdapter.html#a294e9eed9c541dcedbaa4f2dfda1ac76">Vamp::HostExt::PluginSummarisingAdapter</a> | |
| 91 </li> | |
| 92 <li>InputDomain | |
| 93 : <a class="el" href="classVamp_1_1Plugin.html#a39cb7649d6dcc20e4cb1640cd55907bc">Vamp::Plugin</a> | |
| 94 </li> | |
| 95 <li>ProcessTimestampMethod | |
| 96 : <a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#a2518e4922d77bc4e514d84cec9a0b577">Vamp::HostExt::PluginInputDomainAdapter</a> | |
| 97 </li> | |
| 98 <li>SampleType | |
| 99 : <a class="el" href="structVamp_1_1Plugin_1_1OutputDescriptor.html#abffa9ed50cd756df70fd51f0355f448c">Vamp::Plugin::OutputDescriptor</a> | |
| 100 </li> | |
| 101 <li>SummaryType | |
| 102 : <a class="el" href="classVamp_1_1HostExt_1_1PluginSummarisingAdapter.html#af504f810448961fc489e9b6572471705">Vamp::HostExt::PluginSummarisingAdapter</a> | |
| 103 </li> | |
| 104 <li>WindowType | |
| 105 : <a class="el" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#a27e6a7c3f93f1618836792b588b767dc">Vamp::HostExt::PluginInputDomainAdapter</a> | |
| 106 </li> | |
| 107 </ul> | |
| 108 </div> | |
| 109 </div> | |
| 110 <div id="nav-path" class="navpath"> | |
| 111 <ul> | |
| 112 | |
| 113 <li class="footer">Generated on Tue Oct 4 2011 14:38:50 for VampPluginSDK by | |
| 114 <a href="http://www.doxygen.org/index.html"> | |
| 115 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.5.1 </li> | |
| 116 </ul> | |
| 117 </div> | |
| 118 | |
| 119 | |
| 120 </body> | |
| 121 </html> |
