Pass callbacks for RtcpReceiver at construction
Bug: webrtc:10680 Change-Id: Ic242008e63a5a86ac30ab5f4041a30dbdb7fc72b Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/170236 Reviewed-by: Henrik Boström <hbos@webrtc.org> Reviewed-by: Niels Moller <nisse@webrtc.org> Reviewed-by: Sebastian Jansson <srte@webrtc.org> Reviewed-by: Åsa Persson <asapersson@webrtc.org> Commit-Queue: Danil Chapovalov <danilchap@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30773}
This commit is contained in:
committed by
Commit Bot
parent
b8e69efcee
commit
bd74d5ca6b
@ -231,14 +231,6 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
||||
|
||||
bool StorePackets() const override;
|
||||
|
||||
// Called on receipt of RTCP report block from remote side.
|
||||
void RegisterRtcpStatisticsCallback(
|
||||
RtcpStatisticsCallback* callback) override;
|
||||
RtcpStatisticsCallback* GetRtcpStatisticsCallback() override;
|
||||
void RegisterRtcpCnameCallback(RtcpCnameCallback* callback) override;
|
||||
|
||||
void SetReportBlockDataObserver(ReportBlockDataObserver* observer) override;
|
||||
|
||||
void SendCombinedRtcpPacket(
|
||||
std::vector<std::unique_ptr<rtcp::RtcpPacket>> rtcp_packets) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user