webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
webrtc::TypingDetection Class Reference

#include <typing_detection.h>

Public Member Functions

 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)
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ 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: