Loading...
Searching...
No Matches
sf::SoundRecorder Member List
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 |