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

Unified Diff: webrtc/test/call_test.h

Issue 2974453002: Protected streams report RTP messages directly to the FlexFec streams (Closed)
Patch Set: Created 3 years, 5 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/test/call_test.h
diff --git a/webrtc/test/call_test.h b/webrtc/test/call_test.h
index e7b75d6671c7f95b694c92755931d06fcc550420..01cac771316ca5923c09495b5000461a01fdffc7 100644
--- a/webrtc/test/call_test.h
+++ b/webrtc/test/call_test.h
@@ -91,6 +91,10 @@ class CallTest : public ::testing::Test {
void CreateVideoStreams();
void CreateAudioStreams();
void CreateFlexfecStreams();
+
+ void AssociateFlexfecStreamsWithVideoStreams();
+ void DissociateFlexfecStreamsFromVideoStreams();
+
void Start();
void Stop();
void DestroyStreams();

Powered by Google App Engine
This is Rietveld 408576698