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

Unified Diff: trunk/src/media/audio/win/wavein_input_win.h

Issue 335343004: Revert 277794 "Modifies AudioInputCallback::OnData and use media..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 6 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: trunk/src/media/audio/win/wavein_input_win.h
===================================================================
--- trunk/src/media/audio/win/wavein_input_win.h (revision 277811)
+++ trunk/src/media/audio/win/wavein_input_win.h (working copy)
@@ -20,7 +20,6 @@
namespace media {
-class AudioBus;
class AudioManagerWin;
class PCMWaveInAudioInputStream : public AudioInputStream {
@@ -124,10 +123,6 @@
// Lock used to avoid conflicts when Stop() is called during a callback.
base::Lock lock_;
- // Extra audio bus used for storage of deinterleaved data for the OnData
- // callback.
- scoped_ptr<media::AudioBus> audio_bus_;
-
DISALLOW_COPY_AND_ASSIGN(PCMWaveInAudioInputStream);
};
« no previous file with comments | « trunk/src/media/audio/win/audio_low_latency_input_win_unittest.cc ('k') | trunk/src/media/audio/win/wavein_input_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698