webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
webrtc::LevelEstimator Class Referenceabstract

#include <audio_processing.h>

Inheritance diagram for webrtc::LevelEstimator:
webrtc::LevelEstimatorImpl webrtc::LevelEstimatorImpl webrtc::test::MockLevelEstimator webrtc::test::MockLevelEstimator

Public Member Functions

virtual int Enable (bool enable)=0
 
virtual bool is_enabled () const =0
 
virtual int RMS ()=0
 
virtual int Enable (bool enable)=0
 
virtual bool is_enabled () const =0
 
virtual int RMS ()=0
 

Protected Member Functions

virtual ~LevelEstimator ()
 
virtual ~LevelEstimator ()
 

Constructor & Destructor Documentation

◆ ~LevelEstimator() [1/2]

virtual webrtc::LevelEstimator::~LevelEstimator ( )
inlineprotectedvirtual

◆ ~LevelEstimator() [2/2]

virtual webrtc::LevelEstimator::~LevelEstimator ( )
inlineprotectedvirtual

Member Function Documentation

◆ Enable() [1/2]

virtual int webrtc::LevelEstimator::Enable ( bool  enable)
pure virtual

◆ Enable() [2/2]

virtual int webrtc::LevelEstimator::Enable ( bool  enable)
pure virtual

◆ is_enabled() [1/2]

virtual bool webrtc::LevelEstimator::is_enabled ( ) const
pure virtual

◆ is_enabled() [2/2]

virtual bool webrtc::LevelEstimator::is_enabled ( ) const
pure virtual

◆ RMS() [1/2]

virtual int webrtc::LevelEstimator::RMS ( )
pure virtual

◆ RMS() [2/2]

virtual int webrtc::LevelEstimator::RMS ( )
pure virtual

The documentation for this class was generated from the following file: