Chromium Code Reviews| 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. |
| + bool started_; |
| DISALLOW_COPY_AND_ASSIGN(PCMQueueInAudioInputStream); |
| }; |