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

Unified Diff: content/test/webrtc_audio_device_test.h

Issue 12387006: Pass more detailed audio hardware configuration information to the renderer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 months 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: content/test/webrtc_audio_device_test.h
===================================================================
--- content/test/webrtc_audio_device_test.h (revision 187648)
+++ content/test/webrtc_audio_device_test.h (working copy)
@@ -132,9 +132,8 @@
void CreateChannel(const char* name);
void DestroyChannel();
- void OnGetAudioHardwareConfig(int* output_buffer_size,
- int* output_sample_rate, int* input_sample_rate,
- media::ChannelLayout* input_channel_layout);
+ void OnGetAudioHardwareConfig(media::AudioParameters* input_params,
+ media::AudioParameters* output_params);
// IPC::Listener implementation.
virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698