Mercurial > hg > piper-cpp
comparison vamp-support/RequestResponse.h @ 247:8a031eb9a25f
Merge branch 'output-type-uri'
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Thu, 15 Jun 2017 09:52:01 +0100 |
parents | 02de5df3a884 |
children | 09753ad777db |
comparison
equal
deleted
inserted
replaced
219:db929669e7d3 | 247:8a031eb9a25f |
---|---|
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 |