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

Unified Diff: remoting/host/linux/audio_pipe_reader.h

Issue 824943002: Fix AudioPipeReader to use default pipe buffer size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 | remoting/host/linux/audio_pipe_reader.cc » ('j') | remoting/host/linux/audio_pipe_reader.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/linux/audio_pipe_reader.h
diff --git a/remoting/host/linux/audio_pipe_reader.h b/remoting/host/linux/audio_pipe_reader.h
index c99d847889c9cda7513b15af03105e0534386f19..33b9b41418cbbf2b66916d30334b1291f83b26d5 100644
--- a/remoting/host/linux/audio_pipe_reader.h
+++ b/remoting/host/linux/audio_pipe_reader.h
@@ -82,6 +82,12 @@ class AudioPipeReader
base::RepeatingTimer<AudioPipeReader> timer_;
scoped_refptr<ObserverListThreadSafe<StreamObserver> > observers_;
+ // Size of the pipe buffer.
+ int pipe_buffer_size_;
+
+ // Period between pipe reads.
+ base::TimeDelta capture_period_;
+
// Time when capturing was started.
base::TimeTicks started_time_;
« no previous file with comments | « no previous file | remoting/host/linux/audio_pipe_reader.cc » ('j') | remoting/host/linux/audio_pipe_reader.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698