comparison vamp-sdk/PluginHostAdapter.h @ 49:aa64a46320d4

* Rename "name" and "description" to "identifier" and "name"; add new "description" that actually contains a description
author cannam
date Mon, 26 Feb 2007 18:08:48 +0000
parents be8fdfe25693
children b907557b2fb9
comparison
equal deleted inserted replaced
48:f46bf5e0fa42 49:aa64a46320d4
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 std::string getIdentifier() const;
62 std::string getName() const; 63 std::string getName() const;
63 std::string getDescription() const; 64 std::string getDescription() const;
64 std::string getMaker() const; 65 std::string getMaker() const;
65 int getPluginVersion() const; 66 int getPluginVersion() const;
66 std::string getCopyright() const; 67 std::string getCopyright() const;