Public Member Functions | |
ALSoundExtractor (boost::shared_ptr< AL::ALBroker > pBroker, std::string pName) | |
virtual std::string | version (void) |
virtual void | startDetection (void) |
virtual void | stopDetection (void) |
QI_API_DEPRECATED void | setDebugMode (const bool &pbSetOrUnset=true) |
QI_API_DEPRECATED bool | getDebugMode (void) |
virtual void | process (const int &nbOfChannels, const int &nbrOfSamplesByChannel, const AL_SOUND_FORMAT *buffer, const ALValue ×tamp) |
virtual QI_API_DEPRECATED void | processSound (const int nbOfChannels, const int nbrOfSamplesByChannel, const AL_SOUND_FORMAT *buffer) |
virtual QI_API_DEPRECATED void | processSoundRemote (const int &nbOfChannels, const int &nbrOfSamplesByChannel, const ALValue &buffer) |
Protected Attributes | |
bool | fIsRunning |
bool | fbDebugMode |
boost::shared_ptr< ALProxy > | audioDevice |
ALValue | fNullTimestamp |
Definition at line 52 of file alsoundextractor.h.
QI_API_DEPRECATED bool AL::ALSoundExtractor::getDebugMode | ( | void | ) | [inline] |
getDebugMode. get the status about the printing of some debug information
Definition at line 79 of file alsoundextractor.h.
QI_API_DEPRECATED void AL::ALSoundExtractor::setDebugMode | ( | const bool & | pbSetOrUnset = true | ) | [inline] |
setDebugMode. enable/disable the printing of some debug information
bSetOrUnset | enable the functionality when true |
Definition at line 68 of file alsoundextractor.h.