diff code-doc/struct__VampFeatureList.html @ 21:cc0be37dc9d3 website

* Updates for 2.0
author cannam
date Tue, 09 Dec 2008 11:02:57 +0000
parents 351c4ebce5f9
children 0976232e353b
line wrap: on
line diff
--- a/code-doc/struct__VampFeatureList.html	Mon Nov 24 15:17:08 2008 +0000
+++ b/code-doc/struct__VampFeatureList.html	Tue Dec 09 11:02:57 2008 +0000
@@ -4,7 +4,7 @@
 <link href="doxygen.css" rel="stylesheet" type="text/css">
 <link href="tabs.css" rel="stylesheet" type="text/css">
 </head><body>
-<!-- Generated by Doxygen 1.5.5 -->
+<!-- Generated by Doxygen 1.5.6 -->
 <div class="navigation" id="top">
   <div class="tabs">
     <ul>
@@ -30,16 +30,16 @@
 <p>
 <a href="struct__VampFeatureList-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2>
 
-<p>Definition at line <a class="el" href="vamp_8h-source.html#l00187">187</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p>
+<p>Definition at line <a class="el" href="vamp_8h-source.html#l00217">217</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p>
 <table border="0" cellpadding="0" cellspacing="0">
 <tr><td></td></tr>
 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr>
 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureList.html#01db33a31ae5e04a4bd097f4b6aa75f1">featureCount</a></td></tr>
 
 <tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Number of features in this feature list.  <a href="#01db33a31ae5e04a4bd097f4b6aa75f1"></a><br></td></tr>
-<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="struct__VampFeature.html">VampFeature</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureList.html#a2d18873fd5e58354460ea77fc48692f">features</a></td></tr>
+<tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="union__VampFeatureUnion.html">VampFeatureUnion</a> *&nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureList.html#103c817094643ac5ff4410768f4f92a7">features</a></td></tr>
 
-<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Features in this feature list.  <a href="#a2d18873fd5e58354460ea77fc48692f"></a><br></td></tr>
+<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Features in this feature list.  <a href="#103c817094643ac5ff4410768f4f92a7"></a><br></td></tr>
 </table>
 <hr><h2>Member Data Documentation</h2>
 <a class="anchor" name="01db33a31ae5e04a4bd097f4b6aa75f1"></a><!-- doxytag: member="_VampFeatureList::featureCount" ref="01db33a31ae5e04a4bd097f4b6aa75f1" args="" -->
@@ -57,18 +57,16 @@
 Number of features in this feature list. 
 <p>
 
-<p>Definition at line <a class="el" href="vamp_8h-source.html#l00190">190</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p>
-
-<p>Referenced by <a class="el" href="PluginHostAdapter_8cpp-source.html#l00385">Vamp::PluginHostAdapter::convertFeatures()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00709">Vamp::PluginAdapterBase::Impl::convertFeatures()</a>.</p>
+<p>Definition at line <a class="el" href="vamp_8h-source.html#l00220">220</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p>
 
 </div>
 </div><p>
-<a class="anchor" name="a2d18873fd5e58354460ea77fc48692f"></a><!-- doxytag: member="_VampFeatureList::features" ref="a2d18873fd5e58354460ea77fc48692f" args="" -->
+<a class="anchor" name="103c817094643ac5ff4410768f4f92a7"></a><!-- doxytag: member="_VampFeatureList::features" ref="103c817094643ac5ff4410768f4f92a7" args="" -->
 <div class="memitem">
 <div class="memproto">
       <table class="memname">
         <tr>
-          <td class="memname"><a class="el" href="struct__VampFeature.html">VampFeature</a>* <a class="el" href="struct__VampFeatureList.html#a2d18873fd5e58354460ea77fc48692f">_VampFeatureList::features</a>          </td>
+          <td class="memname"><a class="el" href="union__VampFeatureUnion.html">VampFeatureUnion</a>* <a class="el" href="struct__VampFeatureList.html#103c817094643ac5ff4410768f4f92a7">_VampFeatureList::features</a>          </td>
         </tr>
       </table>
 </div>
@@ -77,18 +75,18 @@
 <p>
 Features in this feature list. 
 <p>
-May be NULL if featureCount is zero. 
-<p>Definition at line <a class="el" href="vamp_8h-source.html#l00193">193</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p>
-
-<p>Referenced by <a class="el" href="PluginHostAdapter_8cpp-source.html#l00385">Vamp::PluginHostAdapter::convertFeatures()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00709">Vamp::PluginAdapterBase::Impl::convertFeatures()</a>.</p>
+May be NULL if featureCount is zero.<p>
+If present, this array must contain featureCount feature structures for a <a class="el" href="namespaceVamp.html">Vamp</a> API version 1 plugin, or 2*featureCount feature unions for a <a class="el" href="namespaceVamp.html">Vamp</a> API version 2 plugin.<p>
+The features returned by an API version 2 plugin must consist of the same feature structures as in API version 1 for the first featureCount array elements, followed by featureCount unions that contain VampFeatureV2 structures (or NULL pointers if no V2 feature structures are present). 
+<p>Definition at line <a class="el" href="vamp_8h-source.html#l00235">235</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p>
 
 </div>
 </div><p>
 <hr>The documentation for this struct was generated from the following file:<ul>
 <li><a class="el" href="vamp_8h-source.html">vamp.h</a></ul>
 </div>
-<hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 9 11:36:07 2008 for VampPluginSDK by&nbsp;
+<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 8 14:37:18 2008 for VampPluginSDK by&nbsp;
 <a href="http://www.doxygen.org/index.html">
-<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address>
+<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address>
 </body>
 </html>