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

Method write

src/SFML/Audio/OutputSoundFile.cpp:83–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

81
82////////////////////////////////////////////////////////////
83void OutputSoundFile::write(const std::int16_t* samples, std::uint64_t count)
84{
85 assert(m_writer);
86
87 if (samples && count)
88 m_writer->write(samples, count);
89}
90
91
92////////////////////////////////////////////////////////////

Callers 4

saveToFileMethod · 0.45
receiveMethod · 0.45
saveToFileMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected