diff options
Diffstat (limited to 'media/audio/audio_manager.h')
-rw-r--r-- | media/audio/audio_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media/audio/audio_manager.h b/media/audio/audio_manager.h index 628eee9..eb94831 100644 --- a/media/audio/audio_manager.h +++ b/media/audio/audio_manager.h @@ -93,7 +93,7 @@ class MEDIA_EXPORT AudioManager { // Do not free the returned AudioInputStream. It is owned by AudioManager. // When you are done with it, call |Stop()| and |Close()| to release it. virtual AudioInputStream* MakeAudioInputStream( - const AudioParameters& params) = 0; + const AudioParameters& params, const std::string& device_id) = 0; // Muting continues playback but effectively the volume is set to zero. // Un-muting returns the volume to the previous level. |