Index: media/audio/mac/audio_manager_mac.h |
diff --git a/media/audio/mac/audio_manager_mac.h b/media/audio/mac/audio_manager_mac.h |
index 492481d5ec77ef3481576d667ba7c6e4ed2a3d75..c05e092812af6a6b9dcf049485046c0d22242ca1 100644 |
--- a/media/audio/mac/audio_manager_mac.h |
+++ b/media/audio/mac/audio_manager_mac.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2010 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -19,9 +19,14 @@ class AudioManagerMac : public AudioManager { |
// Implementation of AudioManager. |
virtual bool HasAudioOutputDevices(); |
+ virtual bool HasAudioInputDevices(); |
virtual AudioOutputStream* MakeAudioOutputStream(Format format, int channels, |
int sample_rate, |
char bits_per_sample); |
+ virtual AudioInputStream* MakeAudioInputStream(Format format, int channels, |
+ int sample_rate, |
+ char bits_per_sample, |
+ uint32 samples_per_packet); |
virtual void MuteAll(); |
virtual void UnMuteAll(); |