diff options
author | enal@chromium.org <enal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 23:14:13 +0000 |
---|---|---|
committer | enal@chromium.org <enal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-18 23:14:13 +0000 |
commit | 2d4ce826e362a773d3f08ef004237c7b5cc8a8f4 (patch) | |
tree | f98afff44a5537093a0f6947d6166c60816e9375 /media/audio/audio_output_proxy.h | |
parent | 2103c28a4a1e27c3b6f4eb88b8db6b283c2904c7 (diff) | |
download | chromium_src-2d4ce826e362a773d3f08ef004237c7b5cc8a8f4.zip chromium_src-2d4ce826e362a773d3f08ef004237c7b5cc8a8f4.tar.gz chromium_src-2d4ce826e362a773d3f08ef004237c7b5cc8a8f4.tar.bz2 |
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
Diffstat (limited to 'media/audio/audio_output_proxy.h')
-rw-r--r-- | media/audio/audio_output_proxy.h | 4 |
1 files changed, 0 insertions, 4 deletions
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<AudioOutputDispatcher> 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_; |