Index: media/audio/audio_output_controller.h |
=================================================================== |
--- media/audio/audio_output_controller.h (revision 152430) |
+++ media/audio/audio_output_controller.h (working copy) |
@@ -68,6 +68,10 @@ |
: public base::RefCountedThreadSafe<AudioOutputController>, |
public AudioOutputStream::AudioSourceCallback { |
public: |
+ // Value sent by the controller to the renderer in low-latency mode |
+ // indicating that the stream is paused. |
+ static const int kPauseMark; |
+ |
// An event handler that receives events from the AudioOutputController. The |
// following methods are called on the audio manager thread. |
class MEDIA_EXPORT EventHandler { |
Property changes on: media/audio/audio_output_controller.h |
___________________________________________________________________ |
Added: svn:mergeinfo |