25 #ifndef SFML_OUTPUTSOUNDFILE_HPP
26 #define SFML_OUTPUTSOUNDFILE_HPP
31 #include <SFML/Audio/Export.hpp>
32 #include <SFML/System/NonCopyable.hpp>
38 class SoundFileWriter;
74 bool openFromFile(
const std::string& filename,
unsigned int sampleRate,
unsigned int channelCount);
83 void write(
const Int16* samples, Uint64 count);
102 #endif // SFML_OUTPUTSOUNDFILE_HPP
Provide write access to sound files.
Utility class that makes any derived class non-copyable.
Abstract base class for sound file encoding.