MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / getInput

Method getInput

src_cpp/yaafe-core/Engine.cpp:169–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 }
168
169 OutputBuffer* Engine::getInput(const std::string& id)
170 {
171 ProcessingStep* ps = getInputNode(id);
172 if (!ps) return NULL;
173 return ps->m_output[0].data;
174 }
175
176 ParameterMap Engine::getInputParams(const std::string& id)
177 {

Callers 3

processBufferFunction · 0.80
engine_getInputInfosFunction · 0.80
engine_input_writeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected