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

Function getOutputFormatDescription

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

Source from the content-addressed store, hash-verified

92}
93
94char* getOutputFormatDescription(char* id) {
95 const OutputFormat* proto = OutputFormat::get(id);
96 if (!proto)
97 return NULL;
98 return strdup(proto->getDescription().c_str());
99}
100
101void freeOutputFormatDescription(char* desc)
102{

Callers

nothing calls this directly

Calls 1

getDescriptionMethod · 0.45

Tested by

no test coverage detected