Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
Warning
This page refers to an old version of SFML. Click here to switch to the latest version.
This is the complete list of members for sf::SoundRecorder, including all inherited members.
getAvailableDevices() | sf::SoundRecorder | static |
getChannelCount() const | sf::SoundRecorder | |
getChannelMap() const | sf::SoundRecorder | |
getDefaultDevice() | sf::SoundRecorder | static |
getDevice() const | sf::SoundRecorder | |
getSampleRate() const | sf::SoundRecorder | |
isAvailable() | sf::SoundRecorder | static |
onProcessSamples(const std::int16_t *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 | |
SoundRecorder() | sf::SoundRecorder | protected |
start(unsigned int sampleRate=44100) | sf::SoundRecorder | |
stop() | sf::SoundRecorder | |
~SoundRecorder() | sf::SoundRecorder | virtual |