From 2d4ce826e362a773d3f08ef004237c7b5cc8a8f4 Mon Sep 17 00:00:00 2001 From: "enal@chromium.org" Date: Wed, 18 Apr 2012 23:14:13 +0000 Subject: Software audio mixer. Code goes through old or new paths depending on the AudioParameters or command-line flag. Added unit tests. Review URL: http://codereview.chromium.org/9691001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132891 0039d316-1c4b-4281-b951-d872f2087c98 --- media/audio/audio_output_proxy.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'media/audio/audio_output_proxy.h') diff --git a/media/audio/audio_output_proxy.h b/media/audio/audio_output_proxy.h index d34f81f..1fb35a3 100644 --- a/media/audio/audio_output_proxy.h +++ b/media/audio/audio_output_proxy.h @@ -53,10 +53,6 @@ class MEDIA_EXPORT AudioOutputProxy scoped_refptr dispatcher_; State state_; - // The actual audio stream. Must be set to NULL in any state other - // than kPlaying. - AudioOutputStream* physical_stream_; - // Need to save volume here, so that we can restore it in case the stream // is stopped, and then started again. double volume_; -- cgit v1.1