Public Types | |
typedef sfBool(*) | FuncType (const sfInt16 *, size_t, void *) |
Public Member Functions | |
sfSoundRecorder (FuncType Callback, void *UserData) | |
Static Public Member Functions | |
static bool | ProcessSamples (const sf::Int16 *Samples, std::size_t SamplesCount, void *UserData) |
Public Attributes | |
sf::SoundRecorder | This |
FuncType | myCallback |
void * | myUserData |
Definition at line 33 of file SoundRecorder.cpp.