webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Protected Member Functions | Protected Attributes | List of all members
webrtc::acm2::RentACodecTestF Class Reference
Inheritance diagram for webrtc::acm2::RentACodecTestF:
testing::Test

Protected Member Functions

void CreateCodec ()
 
void EncodeAndVerify (size_t expected_out_length, uint32_t expected_timestamp, int expected_payload_type, int expected_send_even_if_empty)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

RentACodec rent_a_codec_
 
std::unique_ptr< AudioEncoderencoder_
 
uint32_t timestamp_ = 0
 

Member Function Documentation

◆ CreateCodec()

void webrtc::acm2::RentACodecTestF::CreateCodec ( )
inlineprotected

◆ EncodeAndVerify()

void webrtc::acm2::RentACodecTestF::EncodeAndVerify ( size_t  expected_out_length,
uint32_t  expected_timestamp,
int  expected_payload_type,
int  expected_send_even_if_empty 
)
inlineprotected

Member Data Documentation

◆ encoder_

std::unique_ptr<AudioEncoder> webrtc::acm2::RentACodecTestF::encoder_
protected

◆ rent_a_codec_

RentACodec webrtc::acm2::RentACodecTestF::rent_a_codec_
protected

◆ timestamp_

uint32_t webrtc::acm2::RentACodecTestF::timestamp_ = 0
protected

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