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

Unified Diff: talk/session/media/channel.h

Issue 1551813002: Storing raw audio sink for default audio track. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Adding unit tests for SetRawAudioSink. Created 4 years, 11 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: talk/session/media/channel.h
diff --git a/talk/session/media/channel.h b/talk/session/media/channel.h
index d8fde670a0ec5b714023da1f440faa34254f33c4..1ea332201663ba2c762e1c46b95112f7880e849a 100644
--- a/talk/session/media/channel.h
+++ b/talk/session/media/channel.h
@@ -376,7 +376,7 @@ class VoiceChannel : public BaseChannel {
bool InsertDtmf(uint32_t ssrc, int event_code, int duration);
bool SetOutputVolume(uint32_t ssrc, double volume);
void SetRawAudioSink(uint32_t ssrc,
- rtc::scoped_ptr<webrtc::AudioSinkInterface> sink);
+ rtc::scoped_refptr<webrtc::AudioSinkInterface> sink);
// Get statistics about the current media session.
bool GetStats(VoiceMediaInfo* stats);

Powered by Google App Engine
This is Rietveld 408576698