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

Method setCurR

src/include/core/dataReader.hpp:154–154  ·  view source on GitHub ↗

set the current read index (negative values are also allowed!)

Source from the content-addressed store, hash-verified

152
153 // set the current read index (negative values are also allowed!)
154 void setCurR(long _curR) { curR = _curR; }
155 long getCurR() { return curR; }
156
157 // get pointer to meta data of the read level, (levelIdx-th input level)

Callers 2

myTickMethod · 0.80
myTickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected