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

Unified Diff: media/audio/sample_rates.h

Issue 10914203: Add UMA reporting for audio hardware parameters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style! Created 8 years, 3 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/sample_rates.h
diff --git a/media/audio/sample_rates.h b/media/audio/sample_rates.h
index 9d47a138bc2afd6784478aa14ba4b5daf5b4f91d..91c2b22a623e8fb7a24195f32af7044fade52405 100644
--- a/media/audio/sample_rates.h
+++ b/media/audio/sample_rates.h
@@ -20,6 +20,7 @@ enum AudioSampleRate {
k11025Hz = 5,
k22050Hz = 6,
k44100Hz = 7,
+ k192000Hz = 8,
scherkus (not reviewing) 2012/09/11 17:38:33 FYI my mac lists 88.2 as well
DaleCurtis 2012/09/12 09:50:57 Done. Plus a few more from SoundFlower on my mac.
kUnexpectedAudioSampleRate // Must always be last!
};

Powered by Google App Engine
This is Rietveld 408576698