Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / media / audio / audio_manager.h
index 915308e..7705cdb 100644 (file)
@@ -177,6 +177,11 @@ class MEDIA_EXPORT AudioManager {
   virtual scoped_ptr<AudioLog> CreateAudioLog(
       AudioLogFactory::AudioComponent component) = 0;
 
+  // Informs the audio manager that the system has support for a keyboard mic.
+  // This information will be passed on in the return value of
+  // GetInputStreamParameters as an effect. Only supported on ChromeOS.
+  virtual void SetHasKeyboardMic() = 0;
+
  protected:
   AudioManager();