summaryrefslogtreecommitdiffstats
path: root/media/audio/audio_output_proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'media/audio/audio_output_proxy.h')
-rw-r--r--media/audio/audio_output_proxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/audio/audio_output_proxy.h b/media/audio/audio_output_proxy.h
index 1fb35a3..d34f81f 100644
--- a/media/audio/audio_output_proxy.h
+++ b/media/audio/audio_output_proxy.h
@@ -53,6 +53,10 @@ 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_;