comparison vamp-support/PluginHandleMapper.h @ 97:427c4c725085

Bring in the Request/Response classes that were in the Vamp SDK, adding them to vamp-support in here instead
author Chris Cannam <c.cannam@qmul.ac.uk>
date Thu, 13 Oct 2016 18:05:35 +0100
parents c6b6051b1b1a
children 7ada63fe1084
comparison
equal deleted inserted replaced
96:215c9fb6b7a4 97:427c4c725085
38 #include "PluginOutputIdMapper.h" 38 #include "PluginOutputIdMapper.h"
39 39
40 #include <vamp-hostsdk/Plugin.h> 40 #include <vamp-hostsdk/Plugin.h>
41 #include <memory> 41 #include <memory>
42 42
43 namespace piper { 43 namespace piper_vamp {
44 44
45 /** 45 /**
46 * Convert plugin pointers to handles within some scope defined by the 46 * Convert plugin pointers to handles within some scope defined by the
47 * individual PluginHandleMapper implementation. 47 * individual PluginHandleMapper implementation.
48 * 48 *