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

Function getOutputFormatParameters

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

Source from the content-addressed store, hash-verified

130}
131
132struct ComponentParameter** getOutputFormatParameters(const char* id)
133{
134 const OutputFormat* format = OutputFormat::get(id);
135 if (format)
136 return makeComponentParameterList(format->getParameters());
137 return NULL;
138}
139
140
141void freeComponentParameters(struct ComponentParameter** params)

Callers

nothing calls this directly

Calls 2

getParametersMethod · 0.80

Tested by

no test coverage detected