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

Unified Diff: media/audio/mac/audio_input_mac.h

Issue 8941001: Enable the AudioInputTest tests + Fix PCMQueueInAudioInputStream. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | « media/audio/audio_input_unittest.cc ('k') | media/audio/mac/audio_input_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mac/audio_input_mac.h
===================================================================
--- media/audio/mac/audio_input_mac.h (revision 114391)
+++ media/audio/mac/audio_input_mac.h (working copy)
@@ -67,6 +67,8 @@
AudioQueueRef audio_queue_;
// Size of each of the buffers in |audio_buffers_|
uint32 buffer_size_bytes_;
+ // True iff Start has been called successfully.
henrika (OOO until Aug 14) 2011/12/14 16:16:24 Start()
tommi (sloooow) - chröme 2011/12/14 16:32:25 Done.
+ bool started_;
DISALLOW_COPY_AND_ASSIGN(PCMQueueInAudioInputStream);
};
« no previous file with comments | « media/audio/audio_input_unittest.cc ('k') | media/audio/mac/audio_input_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698