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

Unified Diff: content/renderer/pepper/pepper_platform_audio_input_impl.h

Issue 12379071: Use multiple shared memory buffers cyclically for audio capture. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address a missed comment 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/renderer/pepper/pepper_platform_audio_input_impl.h
===================================================================
--- content/renderer/pepper/pepper_platform_audio_input_impl.h (revision 186364)
+++ content/renderer/pepper/pepper_platform_audio_input_impl.h (working copy)
@@ -54,7 +54,8 @@
// media::AudioInputIPCDelegate.
virtual void OnStreamCreated(base::SharedMemoryHandle handle,
base::SyncSocket::Handle socket_handle,
- int length) OVERRIDE;
+ int length,
+ int total_segments) OVERRIDE;
virtual void OnVolume(double volume) OVERRIDE;
virtual void OnStateChanged(
media::AudioInputIPCDelegate::State state) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698