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

Unified Diff: media/base/audio_renderer_sink.h

Issue 1323403005: Allow AudioOutputDevice objects to be initialized with a specific hardware output device and store … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Palmer's comments Created 5 years, 3 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/base/audio_renderer_sink.h
diff --git a/media/base/audio_renderer_sink.h b/media/base/audio_renderer_sink.h
index 2d1b0aae4c0fa5e397646c0ee2775d3970675d66..1e091af94c56a8ca84b6558933b77899d696ca4d 100644
--- a/media/base/audio_renderer_sink.h
+++ b/media/base/audio_renderer_sink.h
@@ -53,7 +53,8 @@ class AudioRendererSink
// Starts audio playback.
virtual void Start() = 0;
- // Stops audio playback.
+ // Stops audio playback and performs cleanup. It must be called before
+ // destruction.
virtual void Stop() = 0;
// Pauses playback.

Powered by Google App Engine
This is Rietveld 408576698