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

Method setExternalEOI

src/ios/coreAudioSource.cpp:98–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96
97
98void cCoreAudioSource::setExternalEOI()
99{
100 if(NULL != recorder) {
101 recorder->stop();
102 }
103 cExternalAudioSource::setExternalEOI();
104}
105
106
107cCoreAudioSource::~cCoreAudioSource()

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected