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

Protected Member Functions

 RtpRtcpAPITest ()
 
 ~RtpRtcpAPITest ()
 
void SetUp () override
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void TearDown ()
 

Protected Attributes

const uint32_t initial_ssrc = 8888
 
std::unique_ptr< RTPPayloadRegistryrtp_payload_registry_
 
std::unique_ptr< RtpReceiverrtp_receiver_
 
std::unique_ptr< RtpRtcpmodule_
 
uint32_t test_ssrc_
 
uint32_t test_timestamp_
 
uint16_t test_sequence_number_
 
std::vector< uint32_ttest_csrcs_
 
SimulatedClock fake_clock_
 
test::NullTransport null_transport_
 
RateLimiter retransmission_rate_limiter_
 

Constructor & Destructor Documentation

◆ RtpRtcpAPITest()

webrtc::RtpRtcpAPITest::RtpRtcpAPITest ( )
inlineprotected

◆ ~RtpRtcpAPITest()

webrtc::RtpRtcpAPITest::~RtpRtcpAPITest ( )
inlineprotected

Member Function Documentation

◆ SetUp()

void webrtc::RtpRtcpAPITest::SetUp ( )
inlineoverrideprotectedvirtual

Reimplemented from testing::Test.

Member Data Documentation

◆ fake_clock_

SimulatedClock webrtc::RtpRtcpAPITest::fake_clock_
protected

◆ initial_ssrc

const uint32_t webrtc::RtpRtcpAPITest::initial_ssrc = 8888
protected

◆ module_

std::unique_ptr<RtpRtcp> webrtc::RtpRtcpAPITest::module_
protected

◆ null_transport_

test::NullTransport webrtc::RtpRtcpAPITest::null_transport_
protected

◆ retransmission_rate_limiter_

RateLimiter webrtc::RtpRtcpAPITest::retransmission_rate_limiter_
protected

◆ rtp_payload_registry_

std::unique_ptr<RTPPayloadRegistry> webrtc::RtpRtcpAPITest::rtp_payload_registry_
protected

◆ rtp_receiver_

std::unique_ptr<RtpReceiver> webrtc::RtpRtcpAPITest::rtp_receiver_
protected

◆ test_csrcs_

std::vector<uint32_t> webrtc::RtpRtcpAPITest::test_csrcs_
protected

◆ test_sequence_number_

uint16_t webrtc::RtpRtcpAPITest::test_sequence_number_
protected

◆ test_ssrc_

uint32_t webrtc::RtpRtcpAPITest::test_ssrc_
protected

◆ test_timestamp_

uint32_t webrtc::RtpRtcpAPITest::test_timestamp_
protected

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