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

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

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Control through AudioManager. Compiles on Linux, works with PulseAudio. 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.h
diff --git a/media/audio/alsa/alsa_output.h b/media/audio/alsa/alsa_output.h
index e31776bf9c4264ee1592e0b1644e3fc643a478e2..e5954dab9942ba98d9037885efacf22801b972d6 100644
--- a/media/audio/alsa/alsa_output.h
+++ b/media/audio/alsa/alsa_output.h
@@ -84,6 +84,8 @@ class MEDIA_EXPORT AlsaPcmOutputStream : public AudioOutputStream,
void Stop() override;
void SetVolume(double volume) override;
void GetVolume(double* volume) override;
+ void EnableDebugRecording(const base::FilePath& file_name) override;
+ void DisableDebugRecording() override;
void SetTickClockForTesting(std::unique_ptr<base::TickClock> tick_clock);

Powered by Google App Engine
This is Rietveld 408576698