Add send frame rate statistics callback
BUG=2235 R=mflodman@webrtc.org, pbos@webrtc.org, stefan@webrtc.org Review URL: https://webrtc-codereview.appspot.com/4479005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5213 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -331,6 +331,10 @@ class RtpRtcp : public Module {
|
||||
|
||||
virtual int TimeToSendPadding(int bytes) = 0;
|
||||
|
||||
virtual void RegisterSendFrameCountObserver(
|
||||
FrameCountObserver* observer) = 0;
|
||||
virtual FrameCountObserver* GetSendFrameCountObserver() const = 0;
|
||||
|
||||
/**************************************************************************
|
||||
*
|
||||
* RTCP
|
||||
|
||||
Reference in New Issue
Block a user