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

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: rebase 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') | no next file with comments »
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..70d6480b10c1cc3e9d140b93a90b614d1008413e 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,9 +45,13 @@ class AudioReceiveStream : public ReceiveStream {
std::vector<RtpExtension> extensions;
} rtp;
- // Underlying VoiceEngine handle, used to map AudioReceiveStream to
- // lower-level components. Temporarily used while VoiceEngine channels are
- // created outside of Call.
+ Transport* receive_transport = nullptr;
+ Transport* rtcp_send_transport = nullptr;
+
+ // Underlying VoiceEngine handle, used to map AudioReceiveStream to lower-
+ // level components.
+ // TODO(solenberg): Remove when VoiceEngine channels are created outside
+ // of Call.
int voe_channel_id = -1;
// Identifier for an A/V synchronization group. Empty string to disable.
« no previous file with comments | « no previous file | webrtc/audio_send_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698