MCPcopy Create free account
hub / github.com/bbc/audiowaveform / close

Method close

src/SndFileAudioFileReader.cpp:174–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172//------------------------------------------------------------------------------
173
174void SndFileAudioFileReader::close()
175{
176 if (input_file_ != nullptr) {
177 sf_close(input_file_);
178 input_file_ = nullptr;
179 }
180}
181
182//------------------------------------------------------------------------------
183

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected