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

Unified Diff: remoting/protocol/webrtc_connection_to_host.cc

Issue 2384063004: Move audio decoding to protocol layer (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « remoting/protocol/webrtc_connection_to_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_connection_to_host.cc
diff --git a/remoting/protocol/webrtc_connection_to_host.cc b/remoting/protocol/webrtc_connection_to_host.cc
index 3ef3d44e7e73c50fc410961515c74cc9dea27ef3..1ab485b3d7535eb3f27ac446c48a8900d592cfed 100644
--- a/remoting/protocol/webrtc_connection_to_host.cc
+++ b/remoting/protocol/webrtc_connection_to_host.cc
@@ -72,7 +72,9 @@ void WebrtcConnectionToHost::set_video_renderer(VideoRenderer* video_renderer) {
video_renderer_ = video_renderer;
}
-void WebrtcConnectionToHost::set_audio_stub(AudioStub* audio_stub) {
+void WebrtcConnectionToHost::InitializeAudio(
+ scoped_refptr<base::SingleThreadTaskRunner> audio_decode_task_runner,
+ base::WeakPtr<AudioStub> audio_stub) {
NOTIMPLEMENTED();
Jamie 2016/10/04 00:25:38 Is NOTIMPLEMENTED appropriate here? NOTIMPLEMENTED
Sergey Ulanov 2016/10/04 00:42:22 NOIMPLEMENTED is appropriate here. It will be impl
}
« no previous file with comments | « remoting/protocol/webrtc_connection_to_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698