diff vamp-sdk/PluginHostAdapter.h @ 50:b907557b2fb9

* Add a structure for API versioning
author cannam
date Tue, 27 Feb 2007 12:48:17 +0000
parents aa64a46320d4
children 74822738965b
line wrap: on
line diff
--- a/vamp-sdk/PluginHostAdapter.h	Mon Feb 26 18:08:48 2007 +0000
+++ b/vamp-sdk/PluginHostAdapter.h	Tue Feb 27 12:48:17 2007 +0000
@@ -59,6 +59,7 @@
 
     InputDomain getInputDomain() const;
 
+    unsigned int getVampApiVersion() const;
     std::string getIdentifier() const;
     std::string getName() const;
     std::string getDescription() const;