Photon C++ Client API
5.0.7.3
|
Dummy VoiceDetector that doesn't actually do anything. More...


Public Member Functions | |
| virtual bool | getOn (void) const |
| If true, voice detection enabled. More... | |
| virtual void | setOn (bool) |
| virtual float | getThreshold (void) const |
| Voice detected as soon as signal level exceeds threshold. More... | |
| virtual void | setThreshold (float) |
| virtual bool | getDetected (void) const |
| If true, voice detected. More... | |
| virtual int | getDetectedTime (void) const |
| Last time when switched to detected state. More... | |
| virtual void | setOnDetected (void(*)(void)) |
| Called when switched to detected state. More... | |
| virtual int | getActivityDelayMs (void) const |
| Keep detected state during this time after signal level dropped below threshold. More... | |
| virtual void | setActivityDelayMs (int) |
Dummy VoiceDetector that doesn't actually do anything.
|
virtual |
If true, voice detection enabled.
Implements IVoiceDetector.
|
virtual |
Voice detected as soon as signal level exceeds threshold.
Implements IVoiceDetector.
|
virtual |
If true, voice detected.
Implements IVoiceDetector.
|
virtual |
Last time when switched to detected state.
Implements IVoiceDetector.
|
virtual |
Called when switched to detected state.
Implements IVoiceDetector.
|
virtual |
Keep detected state during this time after signal level dropped below threshold.
Implements IVoiceDetector.