#include <typing_detection.h>
|
| TypingDetection () |
|
virtual | ~TypingDetection () |
|
bool | Process (bool key_pressed, bool vad_activity) |
|
int | TimeSinceLastDetectionInSeconds () |
|
void | SetParameters (int time_window, int cost_per_typing, int reporting_threshold, int penalty_decay, int type_event_delay, int report_detection_update_period) |
|
| TypingDetection () |
|
virtual | ~TypingDetection () |
|
bool | Process (bool key_pressed, bool vad_activity) |
|
int | TimeSinceLastDetectionInSeconds () |
|
void | SetParameters (int time_window, int cost_per_typing, int reporting_threshold, int penalty_decay, int type_event_delay, int report_detection_update_period) |
|
◆ TypingDetection() [1/2]
webrtc::TypingDetection::TypingDetection |
( |
| ) |
|
◆ ~TypingDetection() [1/2]
webrtc::TypingDetection::~TypingDetection |
( |
| ) |
|
|
virtual |
◆ TypingDetection() [2/2]
webrtc::TypingDetection::TypingDetection |
( |
| ) |
|
◆ ~TypingDetection() [2/2]
virtual webrtc::TypingDetection::~TypingDetection |
( |
| ) |
|
|
virtual |
◆ Process() [1/2]
bool webrtc::TypingDetection::Process |
( |
bool |
key_pressed, |
|
|
bool |
vad_activity |
|
) |
| |
◆ Process() [2/2]
bool webrtc::TypingDetection::Process |
( |
bool |
key_pressed, |
|
|
bool |
vad_activity |
|
) |
| |
◆ SetParameters() [1/2]
void webrtc::TypingDetection::SetParameters |
( |
int |
time_window, |
|
|
int |
cost_per_typing, |
|
|
int |
reporting_threshold, |
|
|
int |
penalty_decay, |
|
|
int |
type_event_delay, |
|
|
int |
report_detection_update_period |
|
) |
| |
◆ SetParameters() [2/2]
void webrtc::TypingDetection::SetParameters |
( |
int |
time_window, |
|
|
int |
cost_per_typing, |
|
|
int |
reporting_threshold, |
|
|
int |
penalty_decay, |
|
|
int |
type_event_delay, |
|
|
int |
report_detection_update_period |
|
) |
| |
◆ TimeSinceLastDetectionInSeconds() [1/2]
int webrtc::TypingDetection::TimeSinceLastDetectionInSeconds |
( |
| ) |
|
◆ TimeSinceLastDetectionInSeconds() [2/2]
int webrtc::TypingDetection::TimeSinceLastDetectionInSeconds |
( |
| ) |
|
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/usr/local/include/webrtc/modules/audio_processing/typing_detection.h
- Source/ThirdParty/libwebrtc/Source/webrtc/modules/audio_processing/typing_detection.cc