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

Function getComponentParameters

src_cpp/yaafe-python/yaafecore.cpp:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124struct ComponentParameter** getComponentParameters(const char* id)
125{
126 const Component* proto = ComponentFactory::instance()->getPrototype(id);
127 if (proto)
128 return makeComponentParameterList(proto->getParameterDescriptorList());
129 return NULL;
130}
131
132struct ComponentParameter** getOutputFormatParameters(const char* id)
133{

Callers

nothing calls this directly

Calls 3

getPrototypeMethod · 0.80

Tested by

no test coverage detected