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

Unified Diff: media/base/limits.h

Issue 4661001: Simplified AudioOutputStream interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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/win/waveout_output_win.cc ('k') | media/filters/audio_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/limits.h
diff --git a/media/base/limits.h b/media/base/limits.h
index b8a139f385535607336640cc66133e54fd5cb9d2..cef29ec70d8c8e2562e39993792ef1e3ed8e1175 100644
--- a/media/base/limits.h
+++ b/media/base/limits.h
@@ -27,6 +27,7 @@ struct Limits {
static const int kMaxSampleRate = 192000;
static const int kMaxChannels = 32;
static const int kMaxBitsPerSample = 64;
+ static const int kMaxSamplesPerPacket = kMaxSampleRate;
// Maximum possible time.
static const int64 kMaxTimeInMicroseconds = kint64max;
« no previous file with comments | « media/audio/win/waveout_output_win.cc ('k') | media/filters/audio_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698