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

Unified Diff: media/base/limits.h

Issue 4661001: Simplified AudioOutputStream interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed all comments 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
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;

Powered by Google App Engine
This is Rietveld 408576698