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

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

Issue 2689483006: Switch browser side audio capture path to use base time primitives. (Closed)
Patch Set: Bloop Created 3 years, 10 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/pulse/pulse_util.h
diff --git a/media/audio/pulse/pulse_util.h b/media/audio/pulse/pulse_util.h
index ecd7304ae049ee7dee0e4ebb679494a75959bb68..26595fbf564a2f3acd8d164969b93fff95858756 100644
--- a/media/audio/pulse/pulse_util.h
+++ b/media/audio/pulse/pulse_util.h
@@ -50,10 +50,6 @@ void WaitForOperationCompletion(pa_threaded_mainloop* mainloop,
base::TimeDelta GetHardwareLatency(pa_stream* stream);
-int GetHardwareLatencyInBytes(pa_stream* stream,
- int sample_rate,
- int bytes_per_frame);
-
// Create a recording stream for the threaded mainloop, return true if success,
// otherwise false. |mainloop| and |context| have to be from a valid Pulse
// threaded mainloop and the handle of the created stream will be returned by

Powered by Google App Engine
This is Rietveld 408576698