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

Public Member Functions

 ResultSink (const std::string &output_file)
 
 ~ResultSink ()
 
template<typename T , size_t n>
void AddResult (const T(&test_results)[n], size_t length)
 
void AddResult (const NetEqNetworkStatistics &stats)
 
void AddResult (const RtcpStatistics &stats)
 
void VerifyChecksum (const std::string &ref_check_sum)
 

Constructor & Destructor Documentation

◆ ResultSink()

webrtc::ResultSink::ResultSink ( const std::string output_file)
explicit

◆ ~ResultSink()

webrtc::ResultSink::~ResultSink ( )

Member Function Documentation

◆ AddResult() [1/3]

template<typename T , size_t n>
void webrtc::ResultSink::AddResult ( const T(&)  test_results[n],
size_t  length 
)

◆ AddResult() [2/3]

void webrtc::ResultSink::AddResult ( const NetEqNetworkStatistics stats)

◆ AddResult() [3/3]

void webrtc::ResultSink::AddResult ( const RtcpStatistics stats)

◆ VerifyChecksum()

void webrtc::ResultSink::VerifyChecksum ( const std::string ref_check_sum)

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