summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 00:08:59 +0000
committerneb@chromium.org <neb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 00:08:59 +0000
commit059096924140847a5eb24bfd9a11d488bca89aca (patch)
treeab1072b2f9666142f2167f783a92e407dcbc3322 /chrome/common
parent34564b7e3f5f3c414665c8150b61efeef3b93207 (diff)
downloadchromium_src-059096924140847a5eb24bfd9a11d488bca89aca.zip
chromium_src-059096924140847a5eb24bfd9a11d488bca89aca.tar.gz
chromium_src-059096924140847a5eb24bfd9a11d488bca89aca.tar.bz2
Add a parameter to CreateAudioStream to choose between standard and low-latency mode.
Review URL: http://codereview.chromium.org/661386 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42291 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/render_messages_internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/common/render_messages_internal.h b/chrome/common/render_messages_internal.h
index c645104..adac8b5 100644
--- a/chrome/common/render_messages_internal.h
+++ b/chrome/common/render_messages_internal.h
@@ -1824,9 +1824,10 @@ IPC_BEGIN_MESSAGES(ViewHost)
std::string /* proxy list */)
// Request that got sent to browser for creating an audio output stream
- IPC_MESSAGE_ROUTED2(ViewHostMsg_CreateAudioStream,
+ IPC_MESSAGE_ROUTED3(ViewHostMsg_CreateAudioStream,
int /* stream_id */,
- ViewHostMsg_Audio_CreateStream_Params)
+ ViewHostMsg_Audio_CreateStream_Params,
+ bool /* low-latency */)
// Tell the browser the audio buffer prepared for stream
// (render_view_id, stream_id) is filled and is ready to be consumed.