#include <alsoundextractor.h>
|
| | ALSoundExtractor (boost::shared_ptr< AL::ALBroker > pBroker, std::string pName) |
| |
| virtual | ~ALSoundExtractor () |
| |
| 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) |
| |
| | ALExtractor (boost::shared_ptr< ALBroker > pBroker, const std::string &pName) |
| |
| virtual | ~ALExtractor () |
| |
| virtual void | subscribe (const std::string &pSubscribedName, const int &pPeriod, const float &pPrecision) |
| |
| virtual void | subscribe (const std::string &pSubscribedName) |
| |
| virtual void | updatePeriod (const std::string &pSubscribedName, const int &pPeriod) |
| |
| virtual void | updatePrecision (const std::string &pSubscribedName, const float &pPrecision) |
| |
| virtual void | unsubscribe (const std::string &pSubscribedName) |
| |
| virtual int | getCurrentPeriod () |
| |
| virtual float | getCurrentPrecision () |
| |
| virtual int | getMyPeriod (const std::string &pSubscribedName) |
| |
| virtual float | getMyPrecision (const std::string &pSubscribedName) |
| |
| ALValue | getSubscribersInfo () |
| |
| virtual std::string | httpGet () |
| |
Definition at line 56 of file alsoundextractor.h.
| AL::ALSoundExtractor::ALSoundExtractor |
( |
boost::shared_ptr< AL::ALBroker > |
pBroker, |
|
|
std::string |
pName |
|
) |
| |
| AL::ALSoundExtractor::~ALSoundExtractor |
( |
| ) |
|
|
virtual |
| QI_API_DEPRECATED bool AL::ALSoundExtractor::getDebugMode |
( |
void |
| ) |
|
|
inline |
getDebugMode. get the status about the printing of some debug information
- Deprecated:
- This functionnality is now handled by qi/log
Definition at line 83 of file alsoundextractor.h.
| void AL::ALSoundExtractor::process |
( |
const int & |
nbOfChannels, |
|
|
const int & |
nbrOfSamplesByChannel, |
|
|
const AL_SOUND_FORMAT * |
buffer, |
|
|
const ALValue & |
timestamp |
|
) |
| |
|
virtual |
| void AL::ALSoundExtractor::processSound |
( |
const int |
nbOfChannels, |
|
|
const int |
nbrOfSamplesByChannel, |
|
|
const AL_SOUND_FORMAT * |
buffer |
|
) |
| |
|
virtual |
| void AL::ALSoundExtractor::processSoundRemote |
( |
const int & |
nbOfChannels, |
|
|
const int & |
nbrOfSamplesByChannel, |
|
|
const ALValue & |
buffer |
|
) |
| |
|
virtual |
| QI_API_DEPRECATED void AL::ALSoundExtractor::setDebugMode |
( |
const bool & |
pbSetOrUnset = true | ) |
|
|
inline |
setDebugMode. enable/disable the printing of some debug information
- Parameters
-
| pbSetOrUnset | enable the functionality when true |
- Deprecated:
- This functionnality is now handled by qi/log
Definition at line 72 of file alsoundextractor.h.
| void AL::ALSoundExtractor::startDetection |
( |
void |
| ) |
|
|
virtual |
| void AL::ALSoundExtractor::stopDetection |
( |
void |
| ) |
|
|
virtual |
| virtual std::string AL::ALSoundExtractor::version |
( |
void |
| ) |
|
|
inlinevirtual |
| boost::shared_ptr<ALProxy> AL::ALSoundExtractor::audioDevice |
|
protected |
| bool AL::ALSoundExtractor::fbDebugMode |
|
protected |
| bool AL::ALSoundExtractor::fIsRunning |
|
protected |
| ALValue AL::ALSoundExtractor::fNullTimestamp |
|
protected |
The documentation for this class was generated from the following files: