diff options
Diffstat (limited to 'remoting/client/plugin/chromoting_scriptable_object.h')
-rw-r--r-- | remoting/client/plugin/chromoting_scriptable_object.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/client/plugin/chromoting_scriptable_object.h b/remoting/client/plugin/chromoting_scriptable_object.h index b138f9f..311ee81 100644 --- a/remoting/client/plugin/chromoting_scriptable_object.h +++ b/remoting/client/plugin/chromoting_scriptable_object.h @@ -68,6 +68,8 @@ // // Statistics. // // Video Bandwidth in bytes per second. // readonly attribute float videoBandwidth; +// // Video frames received per second. +// readonly attribute float videoFrameRate; // // Latency for capturing in milliseconds. // readonly attribute int videoCaptureLatency; // // Latency for video encoding in milliseconds. |