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

Unified Diff: media/audio/pulse/pulse_output.h

Issue 2582703003: Audio output debug recording. (Closed)
Patch Set: Created 4 years 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/pulse/pulse_output.h
diff --git a/media/audio/pulse/pulse_output.h b/media/audio/pulse/pulse_output.h
index 8e86b0461ecc3984b92d57df7032b9d7a765a42e..8a4a14018d313b606de816bcc4044d1809091610 100644
--- a/media/audio/pulse/pulse_output.h
+++ b/media/audio/pulse/pulse_output.h
@@ -52,6 +52,8 @@ class PulseAudioOutputStream : 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;
private:
// Called by PulseAudio when |pa_stream_| change state. If an unexpected

Powered by Google App Engine
This is Rietveld 408576698