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

Unified Diff: chrome/common/render_messages_params.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 | « chrome/browser/speech/speech_recognizer.cc ('k') | chrome/common/render_messages_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/render_messages_params.h
diff --git a/chrome/common/render_messages_params.h b/chrome/common/render_messages_params.h
index d92def3b1d6bcb7786934e344ced3517ba387954..a243a5b88d92875e2193a4ece7f110a6aca31553 100644
--- a/chrome/common/render_messages_params.h
+++ b/chrome/common/render_messages_params.h
@@ -577,14 +577,10 @@ struct ViewHostMsg_Audio_CreateStream_Params {
ViewHostMsg_Audio_CreateStream_Params();
~ViewHostMsg_Audio_CreateStream_Params();
- // Format request for the stream.
+ // Parameters for the new audio stream.
+ // If |samples_per_packet| is set 0, the audio packet size is selected
+ // automatically by the browser process.
AudioParameters params;
-
- // Number of bytes per packet. Determines the maximum number of bytes
- // transported for each audio packet request.
- // A value of 0 means that the audio packet size is selected automatically
- // by the browser process.
- uint32 packet_size;
};
// This message is used for supporting popup menus on Mac OS X using native
« no previous file with comments | « chrome/browser/speech/speech_recognizer.cc ('k') | chrome/common/render_messages_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698