diff vamp-client/PluginClient.h @ 209:ac4f5f8ee0e7

Merge branch 'dev/step-and-block-size'
author Chris Cannam <cannam@all-day-breakfast.com>
date Thu, 09 Feb 2017 14:16:37 +0000
parents ad6025dc0b04
children df65480a08de
line wrap: on
line diff
--- a/vamp-client/PluginClient.h	Thu Feb 09 12:54:00 2017 +0000
+++ b/vamp-client/PluginClient.h	Thu Feb 09 14:16:37 2017 +0000
@@ -43,6 +43,12 @@
 
 class PluginStub;
 
+/**
+ * Interface for a client that accepts Vamp-like structures (Plugin
+ * and the classes in vamp-support) and communicates with a Piper
+ * server, using some serialisation and transport defined by the
+ * specific implementation.
+ */
 class PluginClient
 {
 public:
@@ -63,7 +69,8 @@
 
     virtual
     void
-    reset(PluginStub *plugin, PluginConfiguration config) = 0;
+    reset(PluginStub *plugin,
+          PluginConfiguration config) = 0;
 };
 
 }