summaryrefslogtreecommitdiff
path: root/video_engine/vie_base_impl.h
diff options
context:
space:
mode:
authorasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-20 13:51:40 +0000
committerasapersson@webrtc.org <asapersson@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-11-20 13:51:40 +0000
commit4747585bba09508c7475bf1e5f70a0b981175d9f (patch)
tree401bfb41670130bdcfd64662836e1ee8840cbf54 /video_engine/vie_base_impl.h
parent3051951c0e66a04914085e9fa0d28c6564642ba9 (diff)
downloadwebrtc-4747585bba09508c7475bf1e5f70a0b981175d9f.tar.gz
Added ViE API for getting overuse measure.
R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/3129005 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5141 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'video_engine/vie_base_impl.h')
-rw-r--r--video_engine/vie_base_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video_engine/vie_base_impl.h b/video_engine/vie_base_impl.h
index fca63f4f..b44754a2 100644
--- a/video_engine/vie_base_impl.h
+++ b/video_engine/vie_base_impl.h
@@ -33,6 +33,7 @@ class ViEBaseImpl
virtual int SetVoiceEngine(VoiceEngine* voice_engine);
virtual int RegisterCpuOveruseObserver(int channel,
CpuOveruseObserver* observer);
+ virtual int CpuOveruseMeasure(int channel, int* capture_jitter_ms);
virtual int CreateChannel(int& video_channel); // NOLINT
virtual int CreateChannel(int& video_channel, // NOLINT
int original_channel);