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

Function getOutputFormatList

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

Source from the content-addressed store, hash-verified

77}
78
79char** getOutputFormatList() {
80 vector<string> oList = OutputFormat::availableFormats();
81 return makeStrList(oList);
82}
83
84void freeComponentList(char** strList) {
85 if (strList==NULL) return;

Callers

nothing calls this directly

Calls 1

makeStrListFunction · 0.85

Tested by

no test coverage detected