summaryrefslogtreecommitdiff
path: root/modules/rtp_rtcp/interface/rtp_rtcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'modules/rtp_rtcp/interface/rtp_rtcp.h')
-rw-r--r--modules/rtp_rtcp/interface/rtp_rtcp.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/modules/rtp_rtcp/interface/rtp_rtcp.h b/modules/rtp_rtcp/interface/rtp_rtcp.h
index 235ca849..34f4d3f1 100644
--- a/modules/rtp_rtcp/interface/rtp_rtcp.h
+++ b/modules/rtp_rtcp/interface/rtp_rtcp.h
@@ -68,6 +68,7 @@ class RtpRtcp : public Module {
RemoteBitrateEstimator* remote_bitrate_estimator;
PacedSender* paced_sender;
BitrateStatisticsObserver* send_bitrate_observer;
+ FrameCountObserver* send_frame_count_observer;
};
/*
@@ -340,10 +341,6 @@ class RtpRtcp : public Module {
virtual int TimeToSendPadding(int bytes) = 0;
- virtual void RegisterSendFrameCountObserver(
- FrameCountObserver* observer) = 0;
- virtual FrameCountObserver* GetSendFrameCountObserver() const = 0;
-
virtual bool GetSendSideDelay(int* avg_send_delay_ms,
int* max_send_delay_ms) const = 0;