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

Unified Diff: webrtc/video/loopback.h

Issue 1194533002: Add temporal-layers option to video_loopback. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 5 years, 6 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/video/loopback.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/loopback.h
diff --git a/webrtc/video/loopback.h b/webrtc/video/loopback.h
index d0aa591b4cba113dce0eb014b9489f1495a8c4d6..0a8bb9793bbf66599857b24db92f1b5572ef378a 100644
--- a/webrtc/video/loopback.h
+++ b/webrtc/video/loopback.h
@@ -32,6 +32,7 @@ class Loopback {
size_t max_bitrate_kbps;
int32_t min_transmit_bitrate_kbps;
std::string codec;
+ size_t num_temporal_layers;
int32_t loss_percent;
int32_t link_capacity_kbps;
int32_t queue_size;
« no previous file with comments | « no previous file | webrtc/video/loopback.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698