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); |
}; |