MCPcopy Create free account
hub / github.com/SFML/SFML / close

Method close

src/SFML/Audio/OutputSoundFile.cpp:93–97  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

91
92////////////////////////////////////////////////////////////
93void OutputSoundFile::close()
94{
95 // Destroy the reader
96 m_writer.reset();
97}
98
99} // namespace sf

Callers

nothing calls this directly

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected