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

Unified Diff: content/renderer/media/webrtc_local_audio_renderer.h

Issue 396263004: Switch the input code to use AudioBlockFifo (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed the comments. Created 6 years, 5 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
« no previous file with comments | « no previous file | content/renderer/media/webrtc_local_audio_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/webrtc_local_audio_renderer.h
diff --git a/content/renderer/media/webrtc_local_audio_renderer.h b/content/renderer/media/webrtc_local_audio_renderer.h
index ef50adc107e254c2e14e2219d7c9bc45700ff92c..58da881924aa34c9b3a7346e40d8c1ff4bc36204 100644
--- a/content/renderer/media/webrtc_local_audio_renderer.h
+++ b/content/renderer/media/webrtc_local_audio_renderer.h
@@ -21,7 +21,7 @@
namespace media {
class AudioBus;
-class AudioFifo;
+class AudioBlockFifo;
class AudioOutputDevice;
class AudioParameters;
}
@@ -124,7 +124,7 @@ class CONTENT_EXPORT WebRtcLocalAudioRenderer
scoped_refptr<media::AudioOutputDevice> sink_;
// Contains copies of captured audio frames.
- scoped_ptr<media::AudioFifo> loopback_fifo_;
+ scoped_ptr<media::AudioBlockFifo> loopback_fifo_;
// Stores last time a render callback was received. The time difference
// between a new time stamp and this value can be used to derive the
« no previous file with comments | « no previous file | content/renderer/media/webrtc_local_audio_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698