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

Unified Diff: webrtc/call/audio_send_stream.h

Issue 2954903002: Media track ID visibility at BWE level
Patch Set: Media track ID visibility at BWE level Created 3 years, 4 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: webrtc/call/audio_send_stream.h
diff --git a/webrtc/call/audio_send_stream.h b/webrtc/call/audio_send_stream.h
index 6c7e707d93bcd8b9710c7b20dc90fa7262be110a..0006fb229ff76c5ca206e502e75191cacb5175e9 100644
--- a/webrtc/call/audio_send_stream.h
+++ b/webrtc/call/audio_send_stream.h
@@ -123,6 +123,9 @@ class AudioSendStream {
rtc::Optional<SendCodecSpec> send_codec_spec;
rtc::scoped_refptr<AudioEncoderFactory> encoder_factory;
+
+ // Track ID as specified during track creation.
+ std::string track_id;
nisse-webrtc 2017/09/18 08:44:28 Is the id of a track constant, or can it be change
alexnarest 2017/09/29 12:13:57 I do not think track_id can be changed directly bu
};
// Reconfigure the stream according to the Configuration.

Powered by Google App Engine
This is Rietveld 408576698