Documentation of SFML 2.6.0
Warning: this page refers to an old version of SFML. Click here to switch to the latest version.Loading...
Searching...
No Matches
This is the complete list of members for sf::SoundRecorder, including all inherited members.
getAvailableDevices() | sf::SoundRecorder | static |
getChannelCount() const | sf::SoundRecorder | |
getDefaultDevice() | sf::SoundRecorder | static |
getDevice() const | sf::SoundRecorder | |
getSampleRate() const | sf::SoundRecorder | |
isAvailable() | sf::SoundRecorder | static |
onProcessSamples(const Int16 *samples, std::size_t sampleCount)=0 | sf::SoundRecorder | protectedpure virtual |
onStart() | sf::SoundRecorder | protectedvirtual |
onStop() | sf::SoundRecorder | protectedvirtual |
setChannelCount(unsigned int channelCount) | sf::SoundRecorder | |
setDevice(const std::string &name) | sf::SoundRecorder | |
setProcessingInterval(Time interval) | sf::SoundRecorder | protected |
SoundRecorder() | sf::SoundRecorder | protected |
start(unsigned int sampleRate=44100) | sf::SoundRecorder | |
stop() | sf::SoundRecorder | |
~SoundRecorder() | sf::SoundRecorder | virtual |