webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::rtpplayer::RtpPlayerImpl Class Reference
Inheritance diagram for webrtc::rtpplayer::RtpPlayerImpl:
webrtc::rtpplayer::RtpPlayerInterface

Public Member Functions

 RtpPlayerImpl (PayloadSinkFactoryInterface *payload_sink_factory, const PayloadTypes &payload_types, Clock *clock, std::unique_ptr< test::RtpFileReader > *packet_source, float loss_rate, int64_t rtt_ms, bool reordering)
 
virtual ~RtpPlayerImpl ()
 
virtual int NextPacket (int64_t time_now)
 
virtual uint32_t TimeUntilNextPacket () const
 
virtual void Print () const
 
- Public Member Functions inherited from webrtc::rtpplayer::RtpPlayerInterface
virtual ~RtpPlayerInterface ()
 
virtual ~RtpPlayerInterface ()
 

Constructor & Destructor Documentation

◆ RtpPlayerImpl()

webrtc::rtpplayer::RtpPlayerImpl::RtpPlayerImpl ( PayloadSinkFactoryInterface payload_sink_factory,
const PayloadTypes payload_types,
Clock clock,
std::unique_ptr< test::RtpFileReader > *  packet_source,
float  loss_rate,
int64_t  rtt_ms,
bool  reordering 
)
inline

◆ ~RtpPlayerImpl()

virtual webrtc::rtpplayer::RtpPlayerImpl::~RtpPlayerImpl ( )
inlinevirtual

Member Function Documentation

◆ NextPacket()

virtual int webrtc::rtpplayer::RtpPlayerImpl::NextPacket ( int64_t  time_now)
inlinevirtual

◆ Print()

virtual void webrtc::rtpplayer::RtpPlayerImpl::Print ( ) const
inlinevirtual

◆ TimeUntilNextPacket()

virtual uint32_t webrtc::rtpplayer::RtpPlayerImpl::TimeUntilNextPacket ( ) const
inlinevirtual

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