MCPcopy Create free account
hub / github.com/audeering/opensmile / set

Method set

src/include/core/dataMemoryLevel.hpp:169–169  ·  view source on GitHub ↗

WARNING: index n is not checked!

Source from the content-addressed store, hash-verified

167
168 FLOAT_DMEM get(int n) const { return data[n]; } // WARNING: index n is not checked!
169 void set(int n, FLOAT_DMEM v) { data[n]=v; } // WARNING: index n is not checked!
170
171 void setTimeMeta(TimeMetaInfo *xtmeta);
172 void copyTimeMeta(const TimeMetaInfo *xtmeta);

Callers 3

pcmDataToMatrixFunction · 0.45
myTickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected