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

Unified Diff: media/audio/audio_output_proxy.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/audio_output_proxy.h
diff --git a/media/audio/audio_output_proxy.h b/media/audio/audio_output_proxy.h
index 16a062824ea55d81aaf86c00dea8907d9307ef3f..c9ad9e26ac23022fd8c62bb05d49bb2cbc095598 100644
--- a/media/audio/audio_output_proxy.h
+++ b/media/audio/audio_output_proxy.h
@@ -37,6 +37,8 @@ class MEDIA_EXPORT AudioOutputProxy
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 Close() override;
AudioOutputDispatcher* get_dispatcher_for_testing() const {

Powered by Google App Engine
This is Rietveld 408576698