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

Unified Diff: media/audio/audio_output_controller.h

Issue 7253003: Change audio renderer to communicate with host using low latency codepath. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 6 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
Index: media/audio/audio_output_controller.h
===================================================================
--- media/audio/audio_output_controller.h (revision 90349)
+++ media/audio/audio_output_controller.h (working copy)
@@ -63,6 +63,10 @@
kError,
};
+ // 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 controller thread.
class EventHandler {

Powered by Google App Engine
This is Rietveld 408576698