Mercurial > hg > vamp-website
comparison code-doc/struct__VampOutputDescriptor.html @ 0:351c4ebce5f9 website
* Move website from vamp-website/trunk to plain website
author | cannam |
---|---|
date | Mon, 22 Sep 2008 13:01:46 +0000 |
parents | |
children | cc0be37dc9d3 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:351c4ebce5f9 |
---|---|
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | |
2 <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> | |
3 <title>VampPluginSDK: _VampOutputDescriptor Struct Reference</title> | |
4 <link href="doxygen.css" rel="stylesheet" type="text/css"> | |
5 <link href="tabs.css" rel="stylesheet" type="text/css"> | |
6 </head><body> | |
7 <!-- Generated by Doxygen 1.5.5 --> | |
8 <div class="navigation" id="top"> | |
9 <div class="tabs"> | |
10 <ul> | |
11 <li><a href="main.html"><span>Main Page</span></a></li> | |
12 <li><a href="namespaces.html"><span>Namespaces</span></a></li> | |
13 <li class="current"><a href="annotated.html"><span>Classes</span></a></li> | |
14 <li><a href="files.html"><span>Files</span></a></li> | |
15 <li><a href="dirs.html"><span>Directories</span></a></li> | |
16 </ul> | |
17 </div> | |
18 <div class="tabs"> | |
19 <ul> | |
20 <li><a href="annotated.html"><span>Class List</span></a></li> | |
21 <li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li> | |
22 <li><a href="functions.html"><span>Class Members</span></a></li> | |
23 </ul> | |
24 </div> | |
25 </div> | |
26 <div class="contents"> | |
27 <h1>_VampOutputDescriptor Struct Reference</h1><!-- doxytag: class="_VampOutputDescriptor" --><code>#include <<a class="el" href="vamp_8h-source.html">vamp.h</a>></code> | |
28 <p> | |
29 | |
30 <p> | |
31 <a href="struct__VampOutputDescriptor-members.html">List of all members.</a><hr><a name="_details"></a><h2>Detailed Description</h2> | |
32 | |
33 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00118">118</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
34 <table border="0" cellpadding="0" cellspacing="0"> | |
35 <tr><td></td></tr> | |
36 <tr><td colspan="2"><br><h2>Public Attributes</h2></td></tr> | |
37 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#461161b2010370176115967e4f58a5f5">identifier</a></td></tr> | |
38 | |
39 <tr><td class="mdescLeft"> </td><td class="mdescRight">Computer-usable name of the output. <a href="#461161b2010370176115967e4f58a5f5"></a><br></td></tr> | |
40 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#f4fca576bd47167fd2bf9b43d588815f">name</a></td></tr> | |
41 | |
42 <tr><td class="mdescLeft"> </td><td class="mdescRight">Human-readable name of the output. <a href="#f4fca576bd47167fd2bf9b43d588815f"></a><br></td></tr> | |
43 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#bfa911b138cfb80cf63e8f2e0fa0fb89">description</a></td></tr> | |
44 | |
45 <tr><td class="mdescLeft"> </td><td class="mdescRight">Human-readable short text about the output. <a href="#bfa911b138cfb80cf63e8f2e0fa0fb89"></a><br></td></tr> | |
46 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char * </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#d038caa8e596dfd037035637202f1d63">unit</a></td></tr> | |
47 | |
48 <tr><td class="mdescLeft"> </td><td class="mdescRight">Human-readable name of the unit of the output. <a href="#d038caa8e596dfd037035637202f1d63"></a><br></td></tr> | |
49 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#e8571f5a2bc740738af0cb7dda0c4749">hasFixedBinCount</a></td></tr> | |
50 | |
51 <tr><td class="mdescLeft"> </td><td class="mdescRight">1 if output has equal number of values for each returned result. <a href="#e8571f5a2bc740738af0cb7dda0c4749"></a><br></td></tr> | |
52 <tr><td class="memItemLeft" nowrap align="right" valign="top">unsigned int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#652ee422092720e44d23d98bdb68f978">binCount</a></td></tr> | |
53 | |
54 <tr><td class="mdescLeft"> </td><td class="mdescRight">Number of values per result, if hasFixedBinCount. <a href="#652ee422092720e44d23d98bdb68f978"></a><br></td></tr> | |
55 <tr><td class="memItemLeft" nowrap align="right" valign="top">const char ** </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#10fffaa32bd894843ff7592240dfe447">binNames</a></td></tr> | |
56 | |
57 <tr><td class="mdescLeft"> </td><td class="mdescRight">Names of returned value bins, if hasFixedBinCount. <a href="#10fffaa32bd894843ff7592240dfe447"></a><br></td></tr> | |
58 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#f6b512d772023b4e852216689c1c4465">hasKnownExtents</a></td></tr> | |
59 | |
60 <tr><td class="mdescLeft"> </td><td class="mdescRight">1 if each returned value falls within the same fixed min/max range. <a href="#f6b512d772023b4e852216689c1c4465"></a><br></td></tr> | |
61 <tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#9a28180989e3d028c12a98517479dc46">minValue</a></td></tr> | |
62 | |
63 <tr><td class="mdescLeft"> </td><td class="mdescRight">Minimum value for a returned result in any bin, if hasKnownExtents. <a href="#9a28180989e3d028c12a98517479dc46"></a><br></td></tr> | |
64 <tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#4cbe540a247df60f85b00b2aa16461ee">maxValue</a></td></tr> | |
65 | |
66 <tr><td class="mdescLeft"> </td><td class="mdescRight">Maximum value for a returned result in any bin, if hasKnownExtents. <a href="#4cbe540a247df60f85b00b2aa16461ee"></a><br></td></tr> | |
67 <tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#b56cf0bbb17136819024574d5cc65e30">isQuantized</a></td></tr> | |
68 | |
69 <tr><td class="mdescLeft"> </td><td class="mdescRight">1 if returned results are quantized to a particular resolution. <a href="#b56cf0bbb17136819024574d5cc65e30"></a><br></td></tr> | |
70 <tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#71aa40222dda4321030cccd0bb655fe3">quantizeStep</a></td></tr> | |
71 | |
72 <tr><td class="mdescLeft"> </td><td class="mdescRight">Quantization resolution for returned results, if isQuantized. <a href="#71aa40222dda4321030cccd0bb655fe3"></a><br></td></tr> | |
73 <tr><td class="memItemLeft" nowrap align="right" valign="top"><a class="el" href="vamp_8h.html#a24a8cee023d8b7659d25cbe0584b821">VampSampleType</a> </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#5da1d27cc99badc214640e859b882072">sampleType</a></td></tr> | |
74 | |
75 <tr><td class="mdescLeft"> </td><td class="mdescRight">Time positioning method for returned results (see VampSampleType). <a href="#5da1d27cc99badc214640e859b882072"></a><br></td></tr> | |
76 <tr><td class="memItemLeft" nowrap align="right" valign="top">float </td><td class="memItemRight" valign="bottom"><a class="el" href="struct__VampOutputDescriptor.html#1ccf193317b2b9c2eb0dbd8dcf61d26e">sampleRate</a></td></tr> | |
77 | |
78 <tr><td class="mdescLeft"> </td><td class="mdescRight">Sample rate of returned results, if sampleType is vampFixedSampleRate. <a href="#1ccf193317b2b9c2eb0dbd8dcf61d26e"></a><br></td></tr> | |
79 </table> | |
80 <hr><h2>Member Data Documentation</h2> | |
81 <a class="anchor" name="461161b2010370176115967e4f58a5f5"></a><!-- doxytag: member="_VampOutputDescriptor::identifier" ref="461161b2010370176115967e4f58a5f5" args="" --> | |
82 <div class="memitem"> | |
83 <div class="memproto"> | |
84 <table class="memname"> | |
85 <tr> | |
86 <td class="memname">const char* <a class="el" href="struct__VampOutputDescriptor.html#461161b2010370176115967e4f58a5f5">_VampOutputDescriptor::identifier</a> </td> | |
87 </tr> | |
88 </table> | |
89 </div> | |
90 <div class="memdoc"> | |
91 | |
92 <p> | |
93 Computer-usable name of the output. | |
94 <p> | |
95 Must not change. [a-zA-Z0-9_] | |
96 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00121">121</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
97 | |
98 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
99 | |
100 </div> | |
101 </div><p> | |
102 <a class="anchor" name="f4fca576bd47167fd2bf9b43d588815f"></a><!-- doxytag: member="_VampOutputDescriptor::name" ref="f4fca576bd47167fd2bf9b43d588815f" args="" --> | |
103 <div class="memitem"> | |
104 <div class="memproto"> | |
105 <table class="memname"> | |
106 <tr> | |
107 <td class="memname">const char* <a class="el" href="struct__VampOutputDescriptor.html#f4fca576bd47167fd2bf9b43d588815f">_VampOutputDescriptor::name</a> </td> | |
108 </tr> | |
109 </table> | |
110 </div> | |
111 <div class="memdoc"> | |
112 | |
113 <p> | |
114 Human-readable name of the output. | |
115 <p> | |
116 May be translatable. | |
117 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00124">124</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
118 | |
119 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
120 | |
121 </div> | |
122 </div><p> | |
123 <a class="anchor" name="bfa911b138cfb80cf63e8f2e0fa0fb89"></a><!-- doxytag: member="_VampOutputDescriptor::description" ref="bfa911b138cfb80cf63e8f2e0fa0fb89" args="" --> | |
124 <div class="memitem"> | |
125 <div class="memproto"> | |
126 <table class="memname"> | |
127 <tr> | |
128 <td class="memname">const char* <a class="el" href="struct__VampOutputDescriptor.html#bfa911b138cfb80cf63e8f2e0fa0fb89">_VampOutputDescriptor::description</a> </td> | |
129 </tr> | |
130 </table> | |
131 </div> | |
132 <div class="memdoc"> | |
133 | |
134 <p> | |
135 Human-readable short text about the output. | |
136 <p> | |
137 May be translatable. | |
138 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00127">127</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
139 | |
140 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
141 | |
142 </div> | |
143 </div><p> | |
144 <a class="anchor" name="d038caa8e596dfd037035637202f1d63"></a><!-- doxytag: member="_VampOutputDescriptor::unit" ref="d038caa8e596dfd037035637202f1d63" args="" --> | |
145 <div class="memitem"> | |
146 <div class="memproto"> | |
147 <table class="memname"> | |
148 <tr> | |
149 <td class="memname">const char* <a class="el" href="struct__VampOutputDescriptor.html#d038caa8e596dfd037035637202f1d63">_VampOutputDescriptor::unit</a> </td> | |
150 </tr> | |
151 </table> | |
152 </div> | |
153 <div class="memdoc"> | |
154 | |
155 <p> | |
156 Human-readable name of the unit of the output. | |
157 <p> | |
158 | |
159 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00130">130</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
160 | |
161 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
162 | |
163 </div> | |
164 </div><p> | |
165 <a class="anchor" name="e8571f5a2bc740738af0cb7dda0c4749"></a><!-- doxytag: member="_VampOutputDescriptor::hasFixedBinCount" ref="e8571f5a2bc740738af0cb7dda0c4749" args="" --> | |
166 <div class="memitem"> | |
167 <div class="memproto"> | |
168 <table class="memname"> | |
169 <tr> | |
170 <td class="memname">int <a class="el" href="struct__VampOutputDescriptor.html#e8571f5a2bc740738af0cb7dda0c4749">_VampOutputDescriptor::hasFixedBinCount</a> </td> | |
171 </tr> | |
172 </table> | |
173 </div> | |
174 <div class="memdoc"> | |
175 | |
176 <p> | |
177 1 if output has equal number of values for each returned result. | |
178 <p> | |
179 | |
180 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00133">133</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
181 | |
182 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
183 | |
184 </div> | |
185 </div><p> | |
186 <a class="anchor" name="652ee422092720e44d23d98bdb68f978"></a><!-- doxytag: member="_VampOutputDescriptor::binCount" ref="652ee422092720e44d23d98bdb68f978" args="" --> | |
187 <div class="memitem"> | |
188 <div class="memproto"> | |
189 <table class="memname"> | |
190 <tr> | |
191 <td class="memname">unsigned int <a class="el" href="struct__VampOutputDescriptor.html#652ee422092720e44d23d98bdb68f978">_VampOutputDescriptor::binCount</a> </td> | |
192 </tr> | |
193 </table> | |
194 </div> | |
195 <div class="memdoc"> | |
196 | |
197 <p> | |
198 Number of values per result, if hasFixedBinCount. | |
199 <p> | |
200 | |
201 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00136">136</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
202 | |
203 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
204 | |
205 </div> | |
206 </div><p> | |
207 <a class="anchor" name="10fffaa32bd894843ff7592240dfe447"></a><!-- doxytag: member="_VampOutputDescriptor::binNames" ref="10fffaa32bd894843ff7592240dfe447" args="" --> | |
208 <div class="memitem"> | |
209 <div class="memproto"> | |
210 <table class="memname"> | |
211 <tr> | |
212 <td class="memname">const char** <a class="el" href="struct__VampOutputDescriptor.html#10fffaa32bd894843ff7592240dfe447">_VampOutputDescriptor::binNames</a> </td> | |
213 </tr> | |
214 </table> | |
215 </div> | |
216 <div class="memdoc"> | |
217 | |
218 <p> | |
219 Names of returned value bins, if hasFixedBinCount. | |
220 <p> | |
221 May be NULL. | |
222 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00139">139</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
223 | |
224 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>, and <a class="el" href="PluginAdapter_8cpp-source.html#l00519">Vamp::PluginAdapterBase::Impl::vampReleaseOutputDescriptor()</a>.</p> | |
225 | |
226 </div> | |
227 </div><p> | |
228 <a class="anchor" name="f6b512d772023b4e852216689c1c4465"></a><!-- doxytag: member="_VampOutputDescriptor::hasKnownExtents" ref="f6b512d772023b4e852216689c1c4465" args="" --> | |
229 <div class="memitem"> | |
230 <div class="memproto"> | |
231 <table class="memname"> | |
232 <tr> | |
233 <td class="memname">int <a class="el" href="struct__VampOutputDescriptor.html#f6b512d772023b4e852216689c1c4465">_VampOutputDescriptor::hasKnownExtents</a> </td> | |
234 </tr> | |
235 </table> | |
236 </div> | |
237 <div class="memdoc"> | |
238 | |
239 <p> | |
240 1 if each returned value falls within the same fixed min/max range. | |
241 <p> | |
242 | |
243 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00142">142</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
244 | |
245 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
246 | |
247 </div> | |
248 </div><p> | |
249 <a class="anchor" name="9a28180989e3d028c12a98517479dc46"></a><!-- doxytag: member="_VampOutputDescriptor::minValue" ref="9a28180989e3d028c12a98517479dc46" args="" --> | |
250 <div class="memitem"> | |
251 <div class="memproto"> | |
252 <table class="memname"> | |
253 <tr> | |
254 <td class="memname">float <a class="el" href="struct__VampOutputDescriptor.html#9a28180989e3d028c12a98517479dc46">_VampOutputDescriptor::minValue</a> </td> | |
255 </tr> | |
256 </table> | |
257 </div> | |
258 <div class="memdoc"> | |
259 | |
260 <p> | |
261 Minimum value for a returned result in any bin, if hasKnownExtents. | |
262 <p> | |
263 | |
264 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00145">145</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
265 | |
266 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
267 | |
268 </div> | |
269 </div><p> | |
270 <a class="anchor" name="4cbe540a247df60f85b00b2aa16461ee"></a><!-- doxytag: member="_VampOutputDescriptor::maxValue" ref="4cbe540a247df60f85b00b2aa16461ee" args="" --> | |
271 <div class="memitem"> | |
272 <div class="memproto"> | |
273 <table class="memname"> | |
274 <tr> | |
275 <td class="memname">float <a class="el" href="struct__VampOutputDescriptor.html#4cbe540a247df60f85b00b2aa16461ee">_VampOutputDescriptor::maxValue</a> </td> | |
276 </tr> | |
277 </table> | |
278 </div> | |
279 <div class="memdoc"> | |
280 | |
281 <p> | |
282 Maximum value for a returned result in any bin, if hasKnownExtents. | |
283 <p> | |
284 | |
285 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00148">148</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
286 | |
287 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
288 | |
289 </div> | |
290 </div><p> | |
291 <a class="anchor" name="b56cf0bbb17136819024574d5cc65e30"></a><!-- doxytag: member="_VampOutputDescriptor::isQuantized" ref="b56cf0bbb17136819024574d5cc65e30" args="" --> | |
292 <div class="memitem"> | |
293 <div class="memproto"> | |
294 <table class="memname"> | |
295 <tr> | |
296 <td class="memname">int <a class="el" href="struct__VampOutputDescriptor.html#b56cf0bbb17136819024574d5cc65e30">_VampOutputDescriptor::isQuantized</a> </td> | |
297 </tr> | |
298 </table> | |
299 </div> | |
300 <div class="memdoc"> | |
301 | |
302 <p> | |
303 1 if returned results are quantized to a particular resolution. | |
304 <p> | |
305 | |
306 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00151">151</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
307 | |
308 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
309 | |
310 </div> | |
311 </div><p> | |
312 <a class="anchor" name="71aa40222dda4321030cccd0bb655fe3"></a><!-- doxytag: member="_VampOutputDescriptor::quantizeStep" ref="71aa40222dda4321030cccd0bb655fe3" args="" --> | |
313 <div class="memitem"> | |
314 <div class="memproto"> | |
315 <table class="memname"> | |
316 <tr> | |
317 <td class="memname">float <a class="el" href="struct__VampOutputDescriptor.html#71aa40222dda4321030cccd0bb655fe3">_VampOutputDescriptor::quantizeStep</a> </td> | |
318 </tr> | |
319 </table> | |
320 </div> | |
321 <div class="memdoc"> | |
322 | |
323 <p> | |
324 Quantization resolution for returned results, if isQuantized. | |
325 <p> | |
326 | |
327 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00154">154</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
328 | |
329 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
330 | |
331 </div> | |
332 </div><p> | |
333 <a class="anchor" name="5da1d27cc99badc214640e859b882072"></a><!-- doxytag: member="_VampOutputDescriptor::sampleType" ref="5da1d27cc99badc214640e859b882072" args="" --> | |
334 <div class="memitem"> | |
335 <div class="memproto"> | |
336 <table class="memname"> | |
337 <tr> | |
338 <td class="memname"><a class="el" href="vamp_8h.html#a24a8cee023d8b7659d25cbe0584b821">VampSampleType</a> <a class="el" href="struct__VampOutputDescriptor.html#5da1d27cc99badc214640e859b882072">_VampOutputDescriptor::sampleType</a> </td> | |
339 </tr> | |
340 </table> | |
341 </div> | |
342 <div class="memdoc"> | |
343 | |
344 <p> | |
345 Time positioning method for returned results (see VampSampleType). | |
346 <p> | |
347 | |
348 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00157">157</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
349 | |
350 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
351 | |
352 </div> | |
353 </div><p> | |
354 <a class="anchor" name="1ccf193317b2b9c2eb0dbd8dcf61d26e"></a><!-- doxytag: member="_VampOutputDescriptor::sampleRate" ref="1ccf193317b2b9c2eb0dbd8dcf61d26e" args="" --> | |
355 <div class="memitem"> | |
356 <div class="memproto"> | |
357 <table class="memname"> | |
358 <tr> | |
359 <td class="memname">float <a class="el" href="struct__VampOutputDescriptor.html#1ccf193317b2b9c2eb0dbd8dcf61d26e">_VampOutputDescriptor::sampleRate</a> </td> | |
360 </tr> | |
361 </table> | |
362 </div> | |
363 <div class="memdoc"> | |
364 | |
365 <p> | |
366 Sample rate of returned results, if sampleType is vampFixedSampleRate. | |
367 <p> | |
368 "Resolution" of result, if sampleType is vampVariableSampleRate. | |
369 <p>Definition at line <a class="el" href="vamp_8h-source.html#l00161">161</a> of file <a class="el" href="vamp_8h-source.html">vamp.h</a>.</p> | |
370 | |
371 <p>Referenced by <a class="el" href="PluginAdapter_8cpp-source.html#l00637">Vamp::PluginAdapterBase::Impl::getOutputDescriptor()</a>, and <a class="el" href="PluginHostAdapter_8cpp-source.html#l00303">Vamp::PluginHostAdapter::getOutputDescriptors()</a>.</p> | |
372 | |
373 </div> | |
374 </div><p> | |
375 <hr>The documentation for this struct was generated from the following file:<ul> | |
376 <li><a class="el" href="vamp_8h-source.html">vamp.h</a></ul> | |
377 </div> | |
378 <hr size="1"><address style="text-align: right;"><small>Generated on Wed Jul 9 11:36:07 2008 for VampPluginSDK by | |
379 <a href="http://www.doxygen.org/index.html"> | |
380 <img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.5 </small></address> | |
381 </body> | |
382 </html> |