MCPcopy Create free account
hub / github.com/audeering/opensmile / ~cCoreAudioSource

Method ~cCoreAudioSource

src/ios/coreAudioSource.cpp:107–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105
106
107cCoreAudioSource::~cCoreAudioSource()
108{
109 if(NULL != recorder) {
110 recorder->stop();
111 delete recorder;
112 recorder = NULL;
113 }
114}
115
116/**
117 Recorder started

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected