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

Unified Diff: third_party/WebKit/public/platform/WebAudioDevice.h

Issue 2501863003: Support for AudioContextOptions latencyHint. (Closed)
Patch Set: Updates based on reviewer comments. 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: third_party/WebKit/public/platform/WebAudioDevice.h
diff --git a/third_party/WebKit/public/platform/WebAudioDevice.h b/third_party/WebKit/public/platform/WebAudioDevice.h
index 6680cfb0d6eec2b0bb59a0039cce016eef957879..bcd592a64669b0c925635351419beb257123b100 100644
--- a/third_party/WebKit/public/platform/WebAudioDevice.h
+++ b/third_party/WebKit/public/platform/WebAudioDevice.h
@@ -53,6 +53,7 @@ class WebAudioDevice {
virtual void start() = 0;
virtual void stop() = 0;
virtual double sampleRate() = 0;
+ virtual int framesPerBuffer() = 0;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698