comparison 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
comparison
equal deleted inserted replaced
49:aa64a46320d4 50:b907557b2fb9
57 bool initialise(size_t channels, size_t stepSize, size_t blockSize); 57 bool initialise(size_t channels, size_t stepSize, size_t blockSize);
58 void reset(); 58 void reset();
59 59
60 InputDomain getInputDomain() const; 60 InputDomain getInputDomain() const;
61 61
62 unsigned int getVampApiVersion() const;
62 std::string getIdentifier() const; 63 std::string getIdentifier() const;
63 std::string getName() const; 64 std::string getName() const;
64 std::string getDescription() const; 65 std::string getDescription() const;
65 std::string getMaker() const; 66 std::string getMaker() const;
66 int getPluginVersion() const; 67 int getPluginVersion() const;