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

Method startRecordingThread

src/android/openslesSource.cpp:170–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170bool cOpenslesSource::startRecordingThread() {
171 if (!threadStarted_) {
172 // thread should only be created once, configureWrite could be called multiple times
173 threadStarted_ = true;
174 smileThreadCreate(recordingThread_, recordingThreadEntry, this);
175 }
176 return true;
177}
178
179int cOpenslesSource::configureWriter(sDmLevelConfig &c)
180{

Callers

nothing calls this directly

Calls 1

smileThreadCreateFunction · 0.85

Tested by

no test coverage detected