summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/base/js/chromoting_event.js
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/base/js/chromoting_event.js')
-rw-r--r--remoting/webapp/base/js/chromoting_event.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/remoting/webapp/base/js/chromoting_event.js b/remoting/webapp/base/js/chromoting_event.js
index 476f879c..0f6fedd 100644
--- a/remoting/webapp/base/js/chromoting_event.js
+++ b/remoting/webapp/base/js/chromoting_event.js
@@ -79,6 +79,16 @@ remoting.ChromotingEvent = function(type) {
this.render_latency;
/** @type {number} */
this.roundtrip_latency;
+ /** @type {number} */
+ this.max_capture_latency;
+ /** @type {number} */
+ this.max_encode_latency;
+ /** @type {number} */
+ this.max_decode_latency;
+ /** @type {number} */
+ this.max_render_latency;
+ /** @type {number} */
+ this.max_roundtrip_latency;
/** @type {remoting.ChromotingEvent.Mode} */
this.mode;
/** @type {remoting.ChromotingEvent.SignalStrategyType} */