webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | List of all members
webrtc::rtpplayer::LostPackets Class Reference

Public Member Functions

 LostPackets (Clock *clock, int64_t rtt_ms)
 
 ~LostPackets ()
 
void AddPacket (RawRtpPacket *packet)
 
void SetResendTime (uint32_t ssrc, int16_t resendSeqNum)
 
RawRtpPacketNextPacketToResend (int64_t time_now)
 
int NumberOfPacketsToResend () const
 
void LogPacketResent (RawRtpPacket *packet)
 
void Print () const
 

Constructor & Destructor Documentation

◆ LostPackets()

webrtc::rtpplayer::LostPackets::LostPackets ( Clock clock,
int64_t  rtt_ms 
)
inline

◆ ~LostPackets()

webrtc::rtpplayer::LostPackets::~LostPackets ( )
inline

Member Function Documentation

◆ AddPacket()

void webrtc::rtpplayer::LostPackets::AddPacket ( RawRtpPacket packet)
inline

◆ LogPacketResent()

void webrtc::rtpplayer::LostPackets::LogPacketResent ( RawRtpPacket packet)
inline

◆ NextPacketToResend()

RawRtpPacket* webrtc::rtpplayer::LostPackets::NextPacketToResend ( int64_t  time_now)
inline

◆ NumberOfPacketsToResend()

int webrtc::rtpplayer::LostPackets::NumberOfPacketsToResend ( ) const
inline

◆ Print()

void webrtc::rtpplayer::LostPackets::Print ( ) const
inline

◆ SetResendTime()

void webrtc::rtpplayer::LostPackets::SetResendTime ( uint32_t  ssrc,
int16_t  resendSeqNum 
)
inline

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