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

Unified Diff: webrtc/audio_receive_stream.h

Issue 1376153003: Align new VoE API with design. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 3 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 | « no previous file | webrtc/audio_send_stream.h » ('j') | webrtc/audio_send_stream.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio_receive_stream.h
diff --git a/webrtc/audio_receive_stream.h b/webrtc/audio_receive_stream.h
index 9a8601de9bd023749bba80d238dc5731c9613592..29735683b3b769e0c18a6db775743fb3a007a350 100644
--- a/webrtc/audio_receive_stream.h
+++ b/webrtc/audio_receive_stream.h
@@ -17,6 +17,7 @@
#include "webrtc/config.h"
#include "webrtc/stream.h"
+#include "webrtc/transport.h"
#include "webrtc/typedefs.h"
namespace webrtc {
@@ -44,6 +45,9 @@ class AudioReceiveStream : public ReceiveStream {
std::vector<RtpExtension> extensions;
} rtp;
+ Transport* receive_transport = nullptr;
+ Transport* rtcp_send_transport = nullptr;
+
// Underlying VoiceEngine handle, used to map AudioReceiveStream to
// lower-level components. Temporarily used while VoiceEngine channels are
// created outside of Call.
« no previous file with comments | « no previous file | webrtc/audio_send_stream.h » ('j') | webrtc/audio_send_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698