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

Unified Diff: media/audio/audio_output_controller.h

Issue 10054011: Send kStopMark from AudioOutputController to stop AudioThread in renderer (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1025/src/
Patch Set: Created 8 years, 8 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
« no previous file with comments | « content/renderer/media/audio_device.cc ('k') | media/audio/audio_output_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_output_controller.h
===================================================================
--- media/audio/audio_output_controller.h (revision 131586)
+++ media/audio/audio_output_controller.h (working copy)
@@ -80,6 +80,10 @@
// indicating that the stream is paused.
static const int kPauseMark;
+ // M18-specific hack for crbug.com/121141: value sent to the renderer in
+ // low-latency mode telling the renderer to close the socket.
+ static const int kStopMark;
+
// An event handler that receives events from the AudioOutputController. The
// following methods are called on the audio controller thread.
class MEDIA_EXPORT EventHandler {
« no previous file with comments | « content/renderer/media/audio_device.cc ('k') | media/audio/audio_output_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698