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

Unified Diff: webrtc/common_types.h

Issue 2700983002: Remove the Windows Wave audio device implementation. (Closed)
Patch Set: Remove kAudioWindowsWave (silly me only removing kWindowsWaveAudio). Created 3 years, 10 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: webrtc/common_types.h
diff --git a/webrtc/common_types.h b/webrtc/common_types.h
index 73e8364d285dca2deefd053b9ec1bc9d2fac768f..faa875a406709eacd8560bfc5ededc04d75aaf41 100644
--- a/webrtc/common_types.h
+++ b/webrtc/common_types.h
@@ -467,7 +467,6 @@ enum StereoChannel { kStereoLeft = 0, kStereoRight, kStereoBoth };
// Audio device layers
enum AudioLayers {
kAudioPlatformDefault = 0,
- kAudioWindowsWave = 1,
kAudioWindowsCore = 2,
kAudioLinuxAlsa = 3,
kAudioLinuxPulse = 4
« no previous file with comments | « no previous file | webrtc/modules/audio_device/BUILD.gn » ('j') | webrtc/modules/audio_device/audio_device_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698