Index: talk/app/webrtc/webrtcsession.h |
diff --git a/talk/app/webrtc/webrtcsession.h b/talk/app/webrtc/webrtcsession.h |
index d9c40d1a83b9e2df2195798c103275529befba48..dd5ca1811d45de5da7aaa078b40f5dfd60ea8c7f 100644 |
--- a/talk/app/webrtc/webrtcsession.h |
+++ b/talk/app/webrtc/webrtcsession.h |
@@ -38,11 +38,11 @@ |
#include "talk/app/webrtc/peerconnectioninterface.h" |
#include "talk/app/webrtc/statstypes.h" |
#include "talk/media/base/mediachannel.h" |
-#include "webrtc/p2p/base/transportcontroller.h" |
#include "talk/session/media/mediasession.h" |
#include "webrtc/base/sigslot.h" |
#include "webrtc/base/sslidentity.h" |
#include "webrtc/base/thread.h" |
+#include "webrtc/p2p/base/transportcontroller.h" |
namespace cricket { |
@@ -250,6 +250,8 @@ class WebRtcSession : public AudioProviderInterface, |
const cricket::AudioOptions& options, |
cricket::AudioRenderer* renderer) override; |
void SetAudioPlayoutVolume(uint32_t ssrc, double volume) override; |
+ void SetRawAudioSink(uint32_t ssrc, |
juberti
2015/12/12 00:43:09
Is there a reason why this doesn't use cricket::Au
tommi
2015/12/12 01:09:11
I started out with that but Fredrik and I ended up
|
+ rtc::scoped_ptr<AudioSinkInterface> sink) override; |
// Implements VideoMediaProviderInterface. |
bool SetCaptureDevice(uint32_t ssrc, cricket::VideoCapturer* camera) override; |