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

Unified Diff: webrtc/api/peerconnection.h

Issue 2539213003: Support external audio mixer. (Closed)
Patch Set: 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;
aleloi 2016/12/05 14:03:08 Is there problems with implementing this in client
GeorgeZ 2016/12/05 17:56:18 Functions in PeerConnectionObserver are event/call
// Virtual for unit tests.
virtual const std::vector<rtc::scoped_refptr<DataChannel>>&

Powered by Google App Engine
This is Rietveld 408576698