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

Unified Diff: media/audio/win/audio_manager_win.h

Issue 1111503003: Revert of Switch to STA mode for audio thread and WASAPI I/O streams. (Closed) Base URL: http://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
Index: media/audio/win/audio_manager_win.h
diff --git a/media/audio/win/audio_manager_win.h b/media/audio/win/audio_manager_win.h
index 845f14793e9a860d53d1ff420cb6cc1994045cd3..ce61eb6cdc967b4082213adc6f1bfde73f609543 100644
--- a/media/audio/win/audio_manager_win.h
+++ b/media/audio/win/audio_manager_win.h
@@ -64,7 +64,9 @@
EnumerationType enumeration_type_;
EnumerationType enumeration_type() { return enumeration_type_; }
- void set_enumeration_type(EnumerationType type) { enumeration_type_ = type; }
+ void SetEnumerationType(EnumerationType type) {
+ enumeration_type_ = type;
+ }
inline bool core_audio_supported() const {
return enumeration_type_ == kMMDeviceEnumeration;
« no previous file with comments | « media/audio/win/audio_low_latency_output_win_unittest.cc ('k') | media/audio/win/audio_output_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698