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

Unified Diff: remoting/protocol/webrtc_transport.h

Issue 2371323007: Add audio support in WebrtcConnectionToHost, audio unittest (Closed)
Patch Set: more reliable test 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.cc ('k') | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/protocol/webrtc_transport.h
diff --git a/remoting/protocol/webrtc_transport.h b/remoting/protocol/webrtc_transport.h
index 0746425326890e01929c1f2d345fa4c3a70b5976..8e5fb1bce4493a65bfb403b83324cccac11e2f67 100644
--- a/remoting/protocol/webrtc_transport.h
+++ b/remoting/protocol/webrtc_transport.h
@@ -71,6 +71,7 @@ class WebrtcTransport : public Transport {
WebrtcDummyVideoEncoderFactory* video_encoder_factory() {
return video_encoder_factory_;
}
+ WebrtcAudioModule* audio_module();
// Creates outgoing data channel. The channel is created in CONNECTING state.
// The caller must wait for OnMessagePipeOpen() notification before sending
@@ -123,7 +124,6 @@ class WebrtcTransport : public Transport {
base::ThreadChecker thread_checker_;
- rtc::Thread* worker_thread_;
scoped_refptr<TransportContext> transport_context_;
EventHandler* event_handler_ = nullptr;
SendTransportInfoCallback send_transport_info_callback_;
« no previous file with comments | « remoting/protocol/webrtc_connection_to_host.cc ('k') | remoting/protocol/webrtc_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698