diff options
author | henrika@chromium.org <henrika@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 09:41:12 +0000 |
---|---|---|
committer | henrika@chromium.org <henrika@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-24 09:41:12 +0000 |
commit | f5968e6ada72f515d7d183e67e35f90d7704daee (patch) | |
tree | 28f4fcbe9850f52dc7196c5a1db394b0aa2d577a /content/common | |
parent | a80a258880e3ababe9f806dd9bb4d60ad90473ae (diff) | |
download | chromium_src-f5968e6ada72f515d7d183e67e35f90d7704daee.zip chromium_src-f5968e6ada72f515d7d183e67e35f90d7704daee.tar.gz chromium_src-f5968e6ada72f515d7d183e67e35f90d7704daee.tar.bz2 |
Low-latency AudioInputStream implementation based on WASAPI for Windows.
Requires Windows Vista or higher.
BUG=none
TEST=Attached unit test (requires undefined CHROME_HEADLESS)
Review URL: http://codereview.chromium.org/8283032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106899 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-rw-r--r-- | content/common/view_messages.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/common/view_messages.h b/content/common/view_messages.h index 2e06adc..03fa43c 100644 --- a/content/common/view_messages.h +++ b/content/common/view_messages.h @@ -686,6 +686,10 @@ IPC_MESSAGE_ROUTED1(ViewMsg_SetCSSColors, IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GenerateRoutingID, int /* routing_id */) +// Asks the browser for the default audio input hardware sample-rate. +IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareInputSampleRate, + double /* sample_rate */) + // Asks the browser for the default audio hardware sample-rate. IPC_SYNC_MESSAGE_CONTROL0_1(ViewHostMsg_GetHardwareSampleRate, double /* sample_rate */) |