Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(145)

Unified Diff: media/audio/mac/audio_manager_mac.h

Issue 12662038: Revert 187936 "Pass more detailed audio hardware configuration i..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1440/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/audio/audio_parameters.cc ('k') | media/audio/mac/audio_manager_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/mac/audio_manager_mac.h
===================================================================
--- media/audio/mac/audio_manager_mac.h (revision 189875)
+++ media/audio/mac/audio_manager_mac.h (working copy)
@@ -38,16 +38,6 @@
virtual AudioInputStream* MakeLowLatencyInputStream(
const AudioParameters& params, const std::string& device_id) OVERRIDE;
- static bool GetDefaultOutputDevice(AudioDeviceID* device);
-
- static bool GetDefaultOutputChannels(int* channels,
- int* channels_per_frame);
-
- static bool GetDeviceChannels(AudioDeviceID device,
- AudioObjectPropertyScope scope,
- int* channels,
- int* channels_per_frame);
-
protected:
virtual ~AudioManagerMac();
« no previous file with comments | « media/audio/audio_parameters.cc ('k') | media/audio/mac/audio_manager_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698