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

Protected Member Functions

 RtpPacketHistoryTest ()
 
std::unique_ptr< RtpPacketToSendCreateRtpPacket (uint16_t seq_num)
 
- Protected Member Functions inherited from testing::Test
 Test ()
 
virtual void SetUp ()
 
virtual void TearDown ()
 

Protected Attributes

SimulatedClock fake_clock_
 
RtpPacketHistory hist_
 

Static Protected Attributes

static constexpr uint16_t kSeqNum = 88
 

Constructor & Destructor Documentation

◆ RtpPacketHistoryTest()

webrtc::RtpPacketHistoryTest::RtpPacketHistoryTest ( )
inlineprotected

Member Function Documentation

◆ CreateRtpPacket()

std::unique_ptr<RtpPacketToSend> webrtc::RtpPacketHistoryTest::CreateRtpPacket ( uint16_t  seq_num)
inlineprotected

Member Data Documentation

◆ fake_clock_

SimulatedClock webrtc::RtpPacketHistoryTest::fake_clock_
protected

◆ hist_

RtpPacketHistory webrtc::RtpPacketHistoryTest::hist_
protected

◆ kSeqNum

constexpr uint16_t webrtc::RtpPacketHistoryTest::kSeqNum = 88
staticprotected

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