Mercurial > hg > vamp-website
diff code-doc/PluginInputDomainAdapter_8h-source.html @ 35:0976232e353b website
* Update for 2.1 release; add wiki link
author | cannam |
---|---|
date | Fri, 25 Sep 2009 15:40:18 +0000 |
parents | cc0be37dc9d3 |
children |
line wrap: on
line diff
--- a/code-doc/PluginInputDomainAdapter_8h-source.html Wed Sep 23 15:09:53 2009 +0000 +++ b/code-doc/PluginInputDomainAdapter_8h-source.html Fri Sep 25 15:40:18 2009 +0000 @@ -1,10 +1,10 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> <title>VampPluginSDK: PluginInputDomainAdapter.h Source File</title> +<link href="tabs.css" rel="stylesheet" type="text/css"> <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.6 --> +<!-- Generated by Doxygen 1.5.8 --> <div class="navigation" id="top"> <div class="tabs"> <ul> @@ -15,6 +15,12 @@ <li><a href="dirs.html"><span>Directories</span></a></li> </ul> </div> + <div class="tabs"> + <ul> + <li><a href="files.html"><span>File List</span></a></li> + <li><a href="globals.html"><span>File Members</span></a></li> + </ul> + </div> <div class="navpath"><a class="el" href="dir_4571ebff077265f6d30f5427df02fcd6.html">vamp-hostsdk</a> </div> </div> @@ -27,7 +33,7 @@ <a name="l00006"></a>00006 <span class="comment"> An API for audio analysis and feature extraction plugins.</span> <a name="l00007"></a>00007 <span class="comment"></span> <a name="l00008"></a>00008 <span class="comment"> Centre for Digital Music, Queen Mary, University of London.</span> -<a name="l00009"></a>00009 <span class="comment"> Copyright 2006-2007 Chris Cannam and QMUL.</span> +<a name="l00009"></a>00009 <span class="comment"> Copyright 2006-2009 Chris Cannam and QMUL.</span> <a name="l00010"></a>00010 <span class="comment"> </span> <a name="l00011"></a>00011 <span class="comment"> Permission is hereby granted, free of charge, to any person</span> <a name="l00012"></a>00012 <span class="comment"> obtaining a copy of this software and associated documentation</span> @@ -74,31 +80,42 @@ <a name="l00091"></a>00091 <span class="keyword">virtual</span> ~<a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html" title="PluginInputDomainAdapter is a Vamp plugin adapter that converts time-domain input...">PluginInputDomainAdapter</a>(); <a name="l00092"></a>00092 <a name="l00093"></a>00093 <span class="keywordtype">bool</span> initialise(<span class="keywordtype">size_t</span> channels, <span class="keywordtype">size_t</span> stepSize, <span class="keywordtype">size_t</span> blockSize); -<a name="l00094"></a>00094 -<a name="l00095"></a>00095 <a class="code" href="classVamp_1_1Plugin.html#39cb7649d6dcc20e4cb1640cd55907bc">InputDomain</a> getInputDomain() <span class="keyword">const</span>; -<a name="l00096"></a>00096 -<a name="l00097"></a>00097 <span class="keywordtype">size_t</span> getPreferredStepSize() <span class="keyword">const</span>; -<a name="l00098"></a>00098 <span class="keywordtype">size_t</span> getPreferredBlockSize() <span class="keyword">const</span>; -<a name="l00099"></a>00099 -<a name="l00100"></a>00100 FeatureSet process(<span class="keyword">const</span> <span class="keywordtype">float</span> *<span class="keyword">const</span> *inputBuffers, <a class="code" href="structVamp_1_1RealTime.html" title="RealTime represents time values to nanosecond precision with accurate arithmetic...">RealTime</a> timestamp); -<a name="l00101"></a>00101 -<a name="l00123"></a>00123 <a class="code" href="structVamp_1_1RealTime.html" title="RealTime represents time values to nanosecond precision with accurate arithmetic...">RealTime</a> getTimestampAdjustment() <span class="keyword">const</span>; -<a name="l00124"></a>00124 -<a name="l00125"></a>00125 <span class="keyword">protected</span>: -<a name="l00126"></a><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#9fa8a6b8a4e41b6e3f2fabc0d23678cc">00126</a> <span class="keyword">class </span>Impl; -<a name="l00127"></a>00127 Impl *m_impl; -<a name="l00128"></a>00128 }; -<a name="l00129"></a>00129 -<a name="l00130"></a>00130 } -<a name="l00131"></a>00131 -<a name="l00132"></a>00132 } -<a name="l00133"></a>00133 -<a name="l00134"></a>00134 <a class="code" href="hostguard_8h.html#0e6efdc2909bdb0cfab70e087d91b171">_VAMP_SDK_HOSTSPACE_END</a>(PluginInputDomainAdapter.h) -<a name="l00135"></a>00135 -<a name="l00136"></a>00136 <span class="preprocessor">#endif</span> +<a name="l00094"></a>00094 <span class="keywordtype">void</span> reset(); +<a name="l00095"></a>00095 +<a name="l00096"></a>00096 <a class="code" href="classVamp_1_1Plugin.html#39cb7649d6dcc20e4cb1640cd55907bc">InputDomain</a> getInputDomain() <span class="keyword">const</span>; +<a name="l00097"></a>00097 +<a name="l00098"></a>00098 <span class="keywordtype">size_t</span> getPreferredStepSize() <span class="keyword">const</span>; +<a name="l00099"></a>00099 <span class="keywordtype">size_t</span> getPreferredBlockSize() <span class="keyword">const</span>; +<a name="l00100"></a>00100 +<a name="l00101"></a>00101 FeatureSet process(<span class="keyword">const</span> <span class="keywordtype">float</span> *<span class="keyword">const</span> *inputBuffers, <a class="code" href="structVamp_1_1RealTime.html" title="RealTime represents time values to nanosecond precision with accurate arithmetic...">RealTime</a> timestamp); +<a name="l00102"></a>00102 +<a name="l00137"></a><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#2518e4922d77bc4e514d84cec9a0b577">00137</a> <span class="keyword">enum</span> <a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#2518e4922d77bc4e514d84cec9a0b577" title="ProcessTimestampMethod determines how the PluginInputDomainAdapter handles timestamps...">ProcessTimestampMethod</a> { +<a name="l00138"></a><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#2518e4922d77bc4e514d84cec9a0b577fcf39fe57ba29a908d4877c21de145dd">00138</a> ShiftTimestamp, +<a name="l00139"></a><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#2518e4922d77bc4e514d84cec9a0b5770838ff456d829e9096b5d968e6c55152">00139</a> ShiftData, +<a name="l00140"></a><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#2518e4922d77bc4e514d84cec9a0b577b06e8c6824802978d0be4074a556b297">00140</a> NoShift +<a name="l00141"></a>00141 }; +<a name="l00142"></a>00142 +<a name="l00151"></a>00151 <span class="keywordtype">void</span> setProcessTimestampMethod(ProcessTimestampMethod); +<a name="l00152"></a>00152 +<a name="l00158"></a>00158 ProcessTimestampMethod getProcessTimestampMethod() <span class="keyword">const</span>; +<a name="l00159"></a>00159 +<a name="l00185"></a>00185 <a class="code" href="structVamp_1_1RealTime.html" title="RealTime represents time values to nanosecond precision with accurate arithmetic...">RealTime</a> getTimestampAdjustment() <span class="keyword">const</span>; +<a name="l00186"></a>00186 +<a name="l00187"></a>00187 <span class="keyword">protected</span>: +<a name="l00188"></a><a class="code" href="classVamp_1_1HostExt_1_1PluginInputDomainAdapter.html#9fa8a6b8a4e41b6e3f2fabc0d23678cc">00188</a> <span class="keyword">class </span>Impl; +<a name="l00189"></a>00189 Impl *m_impl; +<a name="l00190"></a>00190 }; +<a name="l00191"></a>00191 +<a name="l00192"></a>00192 } +<a name="l00193"></a>00193 +<a name="l00194"></a>00194 } +<a name="l00195"></a>00195 +<a name="l00196"></a>00196 <a class="code" href="hostguard_8h.html#0e6efdc2909bdb0cfab70e087d91b171">_VAMP_SDK_HOSTSPACE_END</a>(PluginInputDomainAdapter.h) +<a name="l00197"></a>00197 +<a name="l00198"></a>00198 <span class="preprocessor">#endif</span> </pre></div></div> -<hr size="1"><address style="text-align: right;"><small>Generated on Mon Dec 8 14:37:18 2008 for VampPluginSDK by +<hr size="1"><address style="text-align: right;"><small>Generated on Thu Sep 24 13:40:13 2009 for VampPluginSDK by <a href="http://www.doxygen.org/index.html"> -<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.6 </small></address> +<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address> </body> </html>