Mercurial > hg > vamp-plugin-sdk
comparison vamp-hostsdk/RequestResponse.h @ 432:8dea61e4a7be vampipe
Rename
author | Chris Cannam |
---|---|
date | Wed, 18 May 2016 12:21:17 +0100 |
parents | 2819b5c9a395 |
children | d6262c77e5a5 |
comparison
equal
deleted
inserted
replaced
431:2819b5c9a395 | 432:8dea61e4a7be |
---|---|
212 public: | 212 public: |
213 ProcessRequest() : // invalid by default | 213 ProcessRequest() : // invalid by default |
214 plugin(0) { } | 214 plugin(0) { } |
215 | 215 |
216 Plugin *plugin; | 216 Plugin *plugin; |
217 std::vector<std::vector<float> > inputBuffers; | |
217 RealTime timestamp; | 218 RealTime timestamp; |
218 std::vector<std::vector<float> > input; | |
219 }; | 219 }; |
220 | 220 |
221 /** | 221 /** |
222 * \class ProcessResponse RequestResponse.h <vamp-hostsdk/RequestResponse.h> | 222 * \class ProcessResponse RequestResponse.h <vamp-hostsdk/RequestResponse.h> |
223 * | 223 * |