webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::rtpplayer::RtpPlayerInterface Class Referenceabstract

#include <rtp_player.h>

Inheritance diagram for webrtc::rtpplayer::RtpPlayerInterface:
webrtc::rtpplayer::RtpPlayerImpl

Public Member Functions

virtual ~RtpPlayerInterface ()
 
virtual int NextPacket (int64_t timeNow)=0
 
virtual uint32_t TimeUntilNextPacket () const =0
 
virtual void Print () const =0
 
virtual ~RtpPlayerInterface ()
 
virtual int NextPacket (int64_t timeNow)=0
 
virtual uint32_t TimeUntilNextPacket () const =0
 
virtual void Print () const =0
 

Constructor & Destructor Documentation

◆ ~RtpPlayerInterface() [1/2]

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

◆ ~RtpPlayerInterface() [2/2]

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

Member Function Documentation

◆ NextPacket() [1/2]

virtual int webrtc::rtpplayer::RtpPlayerInterface::NextPacket ( int64_t  timeNow)
pure virtual

◆ NextPacket() [2/2]

virtual int webrtc::rtpplayer::RtpPlayerInterface::NextPacket ( int64_t  timeNow)
pure virtual

◆ Print() [1/2]

virtual void webrtc::rtpplayer::RtpPlayerInterface::Print ( ) const
pure virtual

◆ Print() [2/2]

virtual void webrtc::rtpplayer::RtpPlayerInterface::Print ( ) const
pure virtual

◆ TimeUntilNextPacket() [1/2]

virtual uint32_t webrtc::rtpplayer::RtpPlayerInterface::TimeUntilNextPacket ( ) const
pure virtual

◆ TimeUntilNextPacket() [2/2]

virtual uint32_t webrtc::rtpplayer::RtpPlayerInterface::TimeUntilNextPacket ( ) const
pure virtual

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