get the size of input frames in seconds
| 325 | |
| 326 | // get the size of input frames in seconds |
| 327 | double cDataProcessor::getFrameSizeSec() |
| 328 | { |
| 329 | const sDmLevelConfig *c = reader_->getLevelConfig(); |
| 330 | return (double)(c->frameSizeSec); |
| 331 | } |
| 332 | |
| 333 | // get the period of the base level (e.g. sampling rate for wave input) |
| 334 | double cDataProcessor::getBasePeriod() |
nothing calls this directly
no test coverage detected