webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::test::MockLevelEstimator Class Reference

#include <mock_audio_processing.h>

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

Public Member Functions

virtual ~MockLevelEstimator ()
 
 MOCK_METHOD1 (Enable, int(bool enable))
 
 MOCK_CONST_METHOD0 (is_enabled, bool())
 
 MOCK_METHOD0 (RMS, int())
 
virtual ~MockLevelEstimator ()
 
 MOCK_METHOD1 (Enable, int(bool enable))
 
 MOCK_CONST_METHOD0 (is_enabled, bool())
 
 MOCK_METHOD0 (RMS, int())
 
- Public Member Functions inherited from webrtc::LevelEstimator
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
 

Additional Inherited Members

- Protected Member Functions inherited from webrtc::LevelEstimator
virtual ~LevelEstimator ()
 
virtual ~LevelEstimator ()
 

Constructor & Destructor Documentation

◆ ~MockLevelEstimator() [1/2]

virtual webrtc::test::MockLevelEstimator::~MockLevelEstimator ( )
inlinevirtual

◆ ~MockLevelEstimator() [2/2]

virtual webrtc::test::MockLevelEstimator::~MockLevelEstimator ( )
inlinevirtual

Member Function Documentation

◆ MOCK_CONST_METHOD0() [1/2]

webrtc::test::MockLevelEstimator::MOCK_CONST_METHOD0 ( is_enabled  ,
bool()   
)

◆ MOCK_CONST_METHOD0() [2/2]

webrtc::test::MockLevelEstimator::MOCK_CONST_METHOD0 ( is_enabled  ,
bool()   
)

◆ MOCK_METHOD0() [1/2]

webrtc::test::MockLevelEstimator::MOCK_METHOD0 ( RMS  ,
int()   
)

◆ MOCK_METHOD0() [2/2]

webrtc::test::MockLevelEstimator::MOCK_METHOD0 ( RMS  ,
int()   
)

◆ MOCK_METHOD1() [1/2]

webrtc::test::MockLevelEstimator::MOCK_METHOD1 ( Enable  ,
int(bool enable  
)

◆ MOCK_METHOD1() [2/2]

webrtc::test::MockLevelEstimator::MOCK_METHOD1 ( Enable  ,
int(bool enable  
)

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