Mercurial > hg > vamp-docs
comparison code-docs/struct__VampFeatureV2.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: _VampFeatureV2 Struct Reference</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><a href="functions.html"><span>Class Members</span></a></li> | |
58 </ul> | |
59 </div> | |
60 </div> | |
61 <div id="side-nav" class="ui-resizable side-nav-resizable"> | |
62 <div id="nav-tree"> | |
63 <div id="nav-tree-contents"> | |
64 </div> | |
65 </div> | |
66 <div id="splitbar" style="-moz-user-select:none;" | |
67 class="ui-resizable-handle"> | |
68 </div> | |
69 </div> | |
70 <script type="text/javascript"> | |
71 initNavTree('struct__VampFeatureV2.html',''); | |
72 </script> | |
73 <div id="doc-content"> | |
74 <div class="header"> | |
75 <div class="summary"> | |
76 <a href="#pub-attribs">Public Attributes</a> </div> | |
77 <div class="headertitle"> | |
78 <div class="title">_VampFeatureV2 Struct Reference</div> </div> | |
79 </div> | |
80 <div class="contents"> | |
81 <!-- doxytag: class="_VampFeatureV2" --> | |
82 <p><code>#include <<a class="el" href="vamp_8h_source.html">vamp.h</a>></code></p> | |
83 | |
84 <p><a href="struct__VampFeatureV2-members.html">List of all members.</a></p> | |
85 <table class="memberdecls"> | |
86 <tr><td colspan="2"><h2><a name="pub-attribs"></a> | |
87 Public Attributes</h2></td></tr> | |
88 <tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureV2.html#a44d9c57f1ae197d3fec1a48c650cce81">hasDuration</a></td></tr> | |
89 <tr><td class="mdescLeft"> </td><td class="mdescRight">1 if the feature has a duration. <a href="#a44d9c57f1ae197d3fec1a48c650cce81"></a><br/></td></tr> | |
90 <tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureV2.html#abc95aac3a2efdef6ef0b17e7b6bd3daf">durationSec</a></td></tr> | |
91 <tr><td class="mdescLeft"> </td><td class="mdescRight">Seconds component of duratiion. <a href="#abc95aac3a2efdef6ef0b17e7b6bd3daf"></a><br/></td></tr> | |
92 <tr><td class="memItemLeft" align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampFeatureV2.html#af71693d907f69048d602d28edbce679e">durationNsec</a></td></tr> | |
93 <tr><td class="mdescLeft"> </td><td class="mdescRight">Nanoseconds component of duration. <a href="#af71693d907f69048d602d28edbce679e"></a><br/></td></tr> | |
94 </table> | |
95 <hr/><a name="details" id="details"></a><h2>Detailed Description</h2> | |
96 <div class="textblock"> | |
97 <p>Definition at line <a class="el" href="vamp_8h_source.html#l00196">196</a> of file <a class="el" href="vamp_8h_source.html">vamp.h</a>.</p> | |
98 </div><hr/><h2>Member Data Documentation</h2> | |
99 <a class="anchor" id="a44d9c57f1ae197d3fec1a48c650cce81"></a><!-- doxytag: member="_VampFeatureV2::hasDuration" ref="a44d9c57f1ae197d3fec1a48c650cce81" args="" --> | |
100 <div class="memitem"> | |
101 <div class="memproto"> | |
102 <table class="memname"> | |
103 <tr> | |
104 <td class="memname">int <a class="el" href="struct__VampFeatureV2.html#a44d9c57f1ae197d3fec1a48c650cce81">_VampFeatureV2::hasDuration</a></td> | |
105 </tr> | |
106 </table> | |
107 </div> | |
108 <div class="memdoc"> | |
109 | |
110 <p>1 if the feature has a duration. </p> | |
111 | |
112 <p>Definition at line <a class="el" href="vamp_8h_source.html#l00199">199</a> of file <a class="el" href="vamp_8h_source.html">vamp.h</a>.</p> | |
113 | |
114 </div> | |
115 </div> | |
116 <a class="anchor" id="abc95aac3a2efdef6ef0b17e7b6bd3daf"></a><!-- doxytag: member="_VampFeatureV2::durationSec" ref="abc95aac3a2efdef6ef0b17e7b6bd3daf" args="" --> | |
117 <div class="memitem"> | |
118 <div class="memproto"> | |
119 <table class="memname"> | |
120 <tr> | |
121 <td class="memname">int <a class="el" href="struct__VampFeatureV2.html#abc95aac3a2efdef6ef0b17e7b6bd3daf">_VampFeatureV2::durationSec</a></td> | |
122 </tr> | |
123 </table> | |
124 </div> | |
125 <div class="memdoc"> | |
126 | |
127 <p>Seconds component of duratiion. </p> | |
128 | |
129 <p>Definition at line <a class="el" href="vamp_8h_source.html#l00202">202</a> of file <a class="el" href="vamp_8h_source.html">vamp.h</a>.</p> | |
130 | |
131 </div> | |
132 </div> | |
133 <a class="anchor" id="af71693d907f69048d602d28edbce679e"></a><!-- doxytag: member="_VampFeatureV2::durationNsec" ref="af71693d907f69048d602d28edbce679e" args="" --> | |
134 <div class="memitem"> | |
135 <div class="memproto"> | |
136 <table class="memname"> | |
137 <tr> | |
138 <td class="memname">int <a class="el" href="struct__VampFeatureV2.html#af71693d907f69048d602d28edbce679e">_VampFeatureV2::durationNsec</a></td> | |
139 </tr> | |
140 </table> | |
141 </div> | |
142 <div class="memdoc"> | |
143 | |
144 <p>Nanoseconds component of duration. </p> | |
145 | |
146 <p>Definition at line <a class="el" href="vamp_8h_source.html#l00205">205</a> of file <a class="el" href="vamp_8h_source.html">vamp.h</a>.</p> | |
147 | |
148 </div> | |
149 </div> | |
150 <hr/>The documentation for this struct was generated from the following file:<ul> | |
151 <li><a class="el" href="vamp_8h_source.html">vamp.h</a></li> | |
152 </ul> | |
153 </div> | |
154 </div> | |
155 <div id="nav-path" class="navpath"> | |
156 <ul> | |
157 <li class="navelem"><a class="el" href="struct__VampFeatureV2.html">_VampFeatureV2</a> </li> | |
158 | |
159 <li class="footer">Generated on Tue Oct 4 2011 14:38:50 for VampPluginSDK by | |
160 <a href="http://www.doxygen.org/index.html"> | |
161 <img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.5.1 </li> | |
162 </ul> | |
163 </div> | |
164 | |
165 | |
166 </body> | |
167 </html> |