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

Unified Diff: media/audio/alsa/audio_manager_alsa.cc

Issue 2538793002: Log audio system used to WebRTC log. (Closed)
Patch Set: Code review. Created 4 years 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/alsa/audio_manager_alsa.h ('k') | media/audio/android/audio_manager_android.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/alsa/audio_manager_alsa.cc
diff --git a/media/audio/alsa/audio_manager_alsa.cc b/media/audio/alsa/audio_manager_alsa.cc
index 3886d668c9cfea0965d4b61c967889ec7077010d..72c48e3327a88062e87938819bb471d82ff7e6cd 100644
--- a/media/audio/alsa/audio_manager_alsa.cc
+++ b/media/audio/alsa/audio_manager_alsa.cc
@@ -127,6 +127,10 @@ AudioParameters AudioManagerAlsa::GetInputStreamParameters(
kDefaultSampleRate, 16, kDefaultInputBufferSize);
}
+const char* AudioManagerAlsa::GetName() {
+ return "ALSA";
+}
+
void AudioManagerAlsa::GetAlsaAudioDevices(StreamType type,
AudioDeviceNames* device_names) {
// Constants specified by the ALSA API for device hints.
« no previous file with comments | « media/audio/alsa/audio_manager_alsa.h ('k') | media/audio/android/audio_manager_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698