Mercurial > hg > piper-cpp
comparison vamp-support/RequestResponse.h @ 220:02de5df3a884
Add static output descriptor, pass through type URI
Note that the server doesn't actually populate any type URIs yet, so
this is only half-tested.
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 08 Jun 2017 16:17:03 +0100 |
parents | 3eb00e5c76c4 |
children | 09753ad777db |
comparison
equal
deleted
inserted
replaced
219:db929669e7d3 | 220:02de5df3a884 |
---|---|
201 ConfigurationResponse() : // failed by default | 201 ConfigurationResponse() : // failed by default |
202 plugin(0) { } | 202 plugin(0) { } |
203 | 203 |
204 Vamp::Plugin *plugin; | 204 Vamp::Plugin *plugin; |
205 Vamp::Plugin::OutputList outputs; | 205 Vamp::Plugin::OutputList outputs; |
206 StaticOutputInfo staticOutputInfo; // stuff not in Plugin::OutputDescriptor | |
207 | |
206 Framing framing; | 208 Framing framing; |
207 }; | 209 }; |
208 | 210 |
209 /** | 211 /** |
210 * \class ProcessRequest | 212 * \class ProcessRequest |