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

Unified Diff: webrtc/api/peerconnection.h

Issue 2539213003: Support external audio mixer. (Closed)
Patch Set: Review response Created 4 years 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/api/peerconnection.h
diff --git a/webrtc/api/peerconnection.h b/webrtc/api/peerconnection.h
index 70fd86779f538ad07df0308c65c08cfbacd2ab22..6d49e360debe864cb53bea418b29c19af0b0a6aa 100644
--- a/webrtc/api/peerconnection.h
+++ b/webrtc/api/peerconnection.h
@@ -145,6 +145,7 @@ class PeerConnection : public PeerConnectionInterface,
void Close() override;
sigslot::signal1<DataChannel*> SignalDataChannelCreated;
+ std::vector<uint32_t> GetRemoteAudioTrackSsrcs() override;
// Virtual for unit tests.
virtual const std::vector<rtc::scoped_refptr<DataChannel>>&
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | webrtc/api/peerconnection.cc » ('j') | webrtc/api/peerconnection.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698