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

Unified Diff: media/audio/alsa/alsa_output.cc

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Code review (dalecurtis@ and maxmorin@). Created 3 years, 11 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/alsa/alsa_output.cc
diff --git a/media/audio/alsa/alsa_output.cc b/media/audio/alsa/alsa_output.cc
index de47d57dfe750af4f83b357869671ac15421a398..6e9763876e9b2e0a829a77550828cd6d56cc6233 100644
--- a/media/audio/alsa/alsa_output.cc
+++ b/media/audio/alsa/alsa_output.cc
@@ -350,6 +350,15 @@ void AlsaPcmOutputStream::GetVolume(double* volume) {
*volume = volume_;
}
+void AlsaPcmOutputStream::EnableDebugRecording(
+ const base::FilePath& file_name) {
+ // TODO BEFORE COMMIT.
+}
+
+void AlsaPcmOutputStream::DisableDebugRecording() {
+ // TODO BEFORE COMMIT.
+}
+
void AlsaPcmOutputStream::SetTickClockForTesting(
std::unique_ptr<base::TickClock> tick_clock) {
DCHECK(tick_clock);

Powered by Google App Engine
This is Rietveld 408576698