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::RtpFeedback Class Referenceabstract

#include <rtp_rtcp_defines.h>

Inheritance diagram for webrtc::RtpFeedback:
webrtc::NullRtpFeedback webrtc::NullRtpFeedback webrtc::RtpStreamReceiver webrtc::RtpStreamReceiver webrtc::voe::Channel webrtc::voe::Channel webrtc::TestRtpFeedback webrtc::TestRtpFeedback webrtc::TestRtpFeedback webrtc::TestRtpFeedback

Public Member Functions

virtual ~RtpFeedback ()
 
virtual int32_t OnInitializeDecoder (int8_t payload_type, const char payload_name[RTP_PAYLOAD_NAME_SIZE], int frequency, size_t channels, uint32_t rate)=0
 
virtual void OnIncomingSSRCChanged (uint32_t ssrc)=0
 
virtual void OnIncomingCSRCChanged (uint32_t csrc, bool added)=0
 
virtual ~RtpFeedback ()
 
virtual int32_t OnInitializeDecoder (int8_t payload_type, const char payload_name[RTP_PAYLOAD_NAME_SIZE], int frequency, size_t channels, uint32_t rate)=0
 
virtual void OnIncomingSSRCChanged (uint32_t ssrc)=0
 
virtual void OnIncomingCSRCChanged (uint32_t csrc, bool added)=0
 

Constructor & Destructor Documentation

◆ ~RtpFeedback() [1/2]

virtual webrtc::RtpFeedback::~RtpFeedback ( )
inlinevirtual

◆ ~RtpFeedback() [2/2]

virtual webrtc::RtpFeedback::~RtpFeedback ( )
inlinevirtual

Member Function Documentation

◆ OnIncomingCSRCChanged() [1/2]

virtual void webrtc::RtpFeedback::OnIncomingCSRCChanged ( uint32_t  csrc,
bool  added 
)
pure virtual

◆ OnIncomingCSRCChanged() [2/2]

virtual void webrtc::RtpFeedback::OnIncomingCSRCChanged ( uint32_t  csrc,
bool  added 
)
pure virtual

◆ OnIncomingSSRCChanged() [1/2]

virtual void webrtc::RtpFeedback::OnIncomingSSRCChanged ( uint32_t  ssrc)
pure virtual

◆ OnIncomingSSRCChanged() [2/2]

virtual void webrtc::RtpFeedback::OnIncomingSSRCChanged ( uint32_t  ssrc)
pure virtual

◆ OnInitializeDecoder() [1/2]

virtual int32_t webrtc::RtpFeedback::OnInitializeDecoder ( int8_t  payload_type,
const char  payload_name[RTP_PAYLOAD_NAME_SIZE],
int  frequency,
size_t  channels,
uint32_t  rate 
)
pure virtual

◆ OnInitializeDecoder() [2/2]

virtual int32_t webrtc::RtpFeedback::OnInitializeDecoder ( int8_t  payload_type,
const char  payload_name[RTP_PAYLOAD_NAME_SIZE],
int  frequency,
size_t  channels,
uint32_t  rate 
)
pure virtual

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