Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(296)

Unified Diff: webrtc/video/send_statistics_proxy.h

Issue 1900193004: Remove VCMPacketizationCallback (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fixed bug. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/send_statistics_proxy.h
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
index ce4c05e94bd00781005dc2600653613436acda7d..82d4e13372e0d7ca0123fee26af380346b629331 100644
--- a/webrtc/video/send_statistics_proxy.h
+++ b/webrtc/video/send_statistics_proxy.h
@@ -53,8 +53,9 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
// Used to update incoming frame rate.
void OnIncomingFrame(int width, int height);
- void OnEncoderImplementationName(const char* implementation_name);
- void OnOutgoingRate(uint32_t framerate, uint32_t bitrate);
+ void OnEncoderStatsUpdate(uint32_t framerate,
+ uint32_t bitrate,
+ std::string&& encoder_name);
pbos-webrtc 2016/05/02 00:16:06 pref const std::string&, but at your discretion.
perkj_webrtc 2016/05/02 12:02:12 Done.
void OnSuspendChange(bool is_suspended);
void OnInactiveSsrc(uint32_t ssrc);

Powered by Google App Engine
This is Rietveld 408576698